mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
enabled(authentik)
This commit is contained in:
parent
663fc32980
commit
d075f98ef9
3 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ spec:
|
|||
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://authentik-db/"
|
||||
endpointURL: "http://minio.minio.svc.cluster.local:9000"
|
||||
destinationPath: "s3://authentik-backup/"
|
||||
endpointURL: "http://s3-minio.s3.svc.cluster.local:9000"
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: bucket
|
|
@ -19,7 +19,7 @@ worker:
|
|||
|
||||
image:
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2023.6.1
|
||||
tag: 2023.10.7
|
||||
|
||||
ingress:
|
||||
enabled: true
|
Loading…
Reference in a new issue