feat: manual only deployment
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
|
image:
|
||||||
|
registry: registry.bitnami.com
|
||||||
|
repository: bitnami/keycloak
|
||||||
|
|
||||||
|
postgresql:
|
||||||
|
image:
|
||||||
|
registry: registry.bitnami.com
|
||||||
|
repository: bitnami/postgresql
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
adminUser: admin
|
adminUser: admin
|
||||||
adminPassword: changeme
|
adminPassword: changeme
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
auth:
|
|
||||||
username: keycloak
|
|
||||||
password: keycloak
|
|
||||||
database: keycloak
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user