Commit f14c28c4 authored by NOSI / DPS - Paulo Emanuel de J. V. Fernandes's avatar NOSI / DPS - Paulo Emanuel de J. V. Fernandes
Browse files

Delete values.yaml

parent c7e84227
production: true
proxy: edge
keycloak:
auth:
createAdminUser: true
adminUser: "admin"
adminPassword: "HiMom!"
managementUser: wildfly-admin
managementPassword: "HiMom!"
service:
servicePort: 8080
type: ClusterIP
#httpPort: 8080
#httpsPort: 8443
#ingress:
#enabled: false
postgresql:
enabled: true
auth:
database: keycloak
existingSecret: ""
password: "keycloak"
postgresPassword: "keycloak"
secretKeys:
userPasswordKey: password
username: keycloak
architecture: standalone
extraEnvVars:
- name: KC_FRONTEND_URL
value: https://keycloak.nosi.cv/auth
- name: KEYCLOAK_PROXY_ADDRESS_FORWARDING
value: "true"
- name: KC_HOSTNAME_ADMIN_URL
value: "https://keycloak.nosi.cv"
- name: KC_PROXY
value: "edge"
- name: KC_HOSTNAME_STRICT
value: "false"
- name: KC_HOSTNAME_STRICT_HTTPS
value: "false"
- name: KC_HTTP_ENABLED
value: "true"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment