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
+5 -14
View File
@@ -11,7 +11,7 @@ configMap:
identity_validation:
reset_password:
secret:
path: /secrets/authelia-secrets/AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
value: ""
notifier:
disable_startup_check: true
filesystem:
@@ -23,20 +23,20 @@ configMap:
domain: uzbutterfly.com
subdomain: auth
encryption_key:
path: /secrets/authelia-secrets/AUTHELIA_SESSION_SECRET_FILE
value: ""
redis:
enabled: true
host: authelia-redis-master
port: 6379
storage:
encryption_key:
path: /secrets/authelia-secrets/AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE
value: ""
postgres:
address: tcp://authelia-postgres-postgresql:5432
database: authelia
enabled: true
password:
path: /secrets/authelia-secrets/AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE
value: ""
username: authelia
theme: dark
totp:
@@ -52,18 +52,9 @@ ingress:
enabled: true
secret: authelia-tls
secret:
existingSecret: authelia-secrets
additionalSecrets:
authelia-users:
items:
- key: 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