Skip to content

Commit ffe0ebd

Browse files
committed
fix(immich): remove passwordLogin and set pub
1 parent 20e4861 commit ffe0ebd

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

kubernetes/apps/immich/external-secret.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
externalDomain: https://immich.chkpwd.com
2020
oauth:
2121
enabled: true
22-
issuerUrl: https://authentik.chkpwd.com/application/o/immich/.well-known/openid-configuration
22+
issuerUrl: https://authentik.chkpwd.com/application/o/immich/
2323
clientId: immich
2424
clientSecret: "{{ .oidc_client_secret }}"
2525
scope: openid email profile
@@ -36,6 +36,8 @@ spec:
3636
enabled: false
3737
newVersionCheck:
3838
enabled: false
39+
passwordLogin:
40+
enabled: false
3941
storageTemplate:
4042
enabled: true
4143
hashVerificationEnabled: true

kubernetes/apps/immich/helm-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ spec:
1616
name: immich
1717
namespace: flux-system
1818
values:
19-
# Shared across the server and machine-learning components.
2019
controllers:
2120
main:
2221
containers:
@@ -58,11 +57,16 @@ spec:
5857
configurationKind: Secret
5958
server:
6059
enabled: true
60+
service:
61+
main:
62+
type: LoadBalancer
63+
annotations:
64+
lbipam.cilium.io/ips: 10.0.45.38
6165
route:
6266
main:
6367
hostnames: ["immich.chkpwd.com"]
6468
parentRefs:
65-
- name: private
69+
- name: public
6670
namespace: networking
6771
sectionName: https
6872
resources:

0 commit comments

Comments
 (0)