feat: manual only deployment
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
global:
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
image:
|
||||
registry: registry.bitnami.com
|
||||
repository: bitnami/keycloak
|
||||
|
||||
postgresql:
|
||||
image:
|
||||
registry: registry.bitnami.com
|
||||
repository: bitnami/postgresql
|
||||
repository: quay.io/keycloak/keycloak
|
||||
tag: "26.3.3"
|
||||
|
||||
auth:
|
||||
adminUser: admin
|
||||
adminPassword: changeme
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
username: keycloak
|
||||
password: keycloak
|
||||
database: keycloak
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
|
||||
Reference in New Issue
Block a user