From b4597039acbf5d576fad2f676d725b6f1f2a1f25 Mon Sep 17 00:00:00 2001 From: Amit Sagtani Date: Mon, 5 Aug 2024 13:24:38 +0200 Subject: [PATCH] use empty map --- values/keycloakx/prod-values.example.yaml | 83 ++++++++++++----------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/values/keycloakx/prod-values.example.yaml b/values/keycloakx/prod-values.example.yaml index 1d53c97bd..85fd48135 100644 --- a/values/keycloakx/prod-values.example.yaml +++ b/values/keycloakx/prod-values.example.yaml @@ -1,46 +1,47 @@ -command: - - "/opt/keycloak/bin/kc.sh" - - "start" - - "--http-enabled=true" - - "--http-port=8080" - - "--hostname-strict=false" - - "--hostname-strict-https=true" +# command: +# - "/opt/keycloak/bin/kc.sh" +# - "start" +# - "--http-enabled=true" +# - "--http-port=8080" +# - "--hostname-strict=false" +# - "--hostname-strict-https=true" -extraEnv: - - name: "JAVA_OPTS_APPEND" - value: "-Djgroups.dns.query=keycloak-headless" - - name: "KEYCLOAK_ADMIN" - value: "admin" - - name: "KEYCLOAK_ADMIN_PASSWORD" - value: "admin" +# extraEnv: +# - name: "JAVA_OPTS_APPEND" +# value: "-Djgroups.dns.query=keycloak-headless" +# - name: "KEYCLOAK_ADMIN" +# value: "admin" +# - name: "KEYCLOAK_ADMIN_PASSWORD" +# value: "admin" -database: - vendor: "postgres" - hostname: "keycloak-postgres-postgresql" - port: "5432" - username: "keycloak" - password: "keycloak" +# database: +# vendor: "postgres" +# hostname: "keycloak-postgres-postgresql" +# port: "5432" +# username: "keycloak" +# password: "keycloak" -ingress: - enabled: true - ingressClassName: "nginx" - rules: - - host: "keycloak.example.com" - paths: - - path: "{{ tpl .Values.http.relativePath $ | trimSuffix \"/\" }}/" - pathType: "Prefix" - tls: - - hosts: - - "keycloak.example.com" - secretName: "ingress_cert_secret_name" - console: - enabled: true - ingressClassName: "nginx" - rules: - - host: "keycloak.example.com" - paths: - - path: "{{ tpl .Values.http.relativePath $ | trimSuffix \"/\" }}/admin" - pathType: "Prefix" +# ingress: +# enabled: true +# ingressClassName: "nginx" +# rules: +# - host: "keycloak.example.com" +# paths: +# - path: "{{ tpl .Values.http.relativePath $ | trimSuffix \"/\" }}/" +# pathType: "Prefix" +# tls: +# - hosts: +# - "keycloak.example.com" +# secretName: "ingress_cert_secret_name" +# console: +# enabled: true +# ingressClassName: "nginx" +# rules: +# - host: "keycloak.example.com" +# paths: +# - path: "{{ tpl .Values.http.relativePath $ | trimSuffix \"/\" }}/admin" +# pathType: "Prefix" # Adding annotations section to avoid errors -annotations: {} +keycloakx: + secrets: {}