mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +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:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: "s3://authentik-db/"
|
destinationPath: "s3://authentik-backup/"
|
||||||
endpointURL: "http://minio.minio.svc.cluster.local:9000"
|
endpointURL: "http://s3-minio.s3.svc.cluster.local:9000"
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: bucket
|
name: bucket
|
|
@ -19,7 +19,7 @@ worker:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/goauthentik/server
|
repository: ghcr.io/goauthentik/server
|
||||||
tag: 2023.6.1
|
tag: 2023.10.7
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
Loading…
Reference in a new issue