fix: ignore ingress-private loadbalancer status
This commit is contained in:
@@ -22,3 +22,9 @@ spec:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: Service
|
||||
name: ingress-private-ingress-nginx-controller
|
||||
jsonPointers:
|
||||
- /status/loadBalancer
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user