fix: ignore ingress-private loadbalancer status

This commit is contained in:
2026-06-22 12:02:49 +00:00
parent cf9e5d8e7d
commit c4591bd68c
2 changed files with 11 additions and 14 deletions
+6
View File
@@ -22,3 +22,9 @@ spec:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
ignoreDifferences:
- group: ""
kind: Service
name: ingress-private-ingress-nginx-controller
jsonPointers:
- /status/loadBalancer
+5 -14
View File
@@ -11,7 +11,7 @@ configMap:
identity_validation: identity_validation:
reset_password: reset_password:
secret: secret:
path: /secrets/authelia-secrets/AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE value: ""
notifier: notifier:
disable_startup_check: true disable_startup_check: true
filesystem: filesystem:
@@ -23,20 +23,20 @@ configMap:
domain: uzbutterfly.com domain: uzbutterfly.com
subdomain: auth subdomain: auth
encryption_key: encryption_key:
path: /secrets/authelia-secrets/AUTHELIA_SESSION_SECRET_FILE value: ""
redis: redis:
enabled: true enabled: true
host: authelia-redis-master host: authelia-redis-master
port: 6379 port: 6379
storage: storage:
encryption_key: encryption_key:
path: /secrets/authelia-secrets/AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE value: ""
postgres: postgres:
address: tcp://authelia-postgres-postgresql:5432 address: tcp://authelia-postgres-postgresql:5432
database: authelia database: authelia
enabled: true enabled: true
password: password:
path: /secrets/authelia-secrets/AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE value: ""
username: authelia username: authelia
theme: dark theme: dark
totp: totp:
@@ -52,18 +52,9 @@ ingress:
enabled: true enabled: true
secret: authelia-tls secret: authelia-tls
secret: secret:
existingSecret: authelia-secrets
additionalSecrets: additionalSecrets:
authelia-users: authelia-users:
items: items:
- key: users.yml - key: users.yml
path: users.yml path: users.yml
authelia-secrets:
items:
- key: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
path: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
- key: AUTHELIA_SESSION_SECRET_FILE
path: AUTHELIA_SESSION_SECRET_FILE
- key: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE
path: AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE
- key: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE
path: AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE