fix(pocket-id): One Instance

This commit is contained in:
2026-03-13 18:04:05 +01:00
parent 1520d72b59
commit 0805e0c988
3 changed files with 29 additions and 32 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
pocket_id:
enabled: false
autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }}
env: {{ .Environment.Name }}
autosync: false
-29
View File
@@ -1,29 +0,0 @@
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: ca-issuer
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: HTTP
host: auth.adm.hel1.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: auth.adm.hel1.obx-tls
hosts:
- auth.adm.hel1.obx
persistence:
data:
enabled: true
accessMode: ReadWriteOnce
size: 5Gi
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
+28 -1
View File
@@ -1,2 +1,29 @@
ingress:
enabled: false
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: ca-issuer
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/backend-protocol: HTTP
host: auth.adm.hel1.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: auth.adm.hel1.obx-tls
hosts:
- auth.adm.hel1.obx
persistence:
data:
enabled: true
accessMode: ReadWriteOnce
size: 5Gi
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi