-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add keycloak, k8ssandra-operator and openebs helm chart (#722)
* add keycloak chart * pull keycloakx chart * debug * put k8ssandra-operator chart * use direct echo command * figure out correct syntax * add keycloakx and openebs * add keycloakx sample values * rename keycloakx values file * use empty map * pass value directly * check if we still need hardcoded values * add coturn example values * fix template values * add values for restund * pr cleanup * remove unused var for coturn * remove unused var from restund values
- Loading branch information
1 parent
7a8d589
commit 2d83a76
Showing
5 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
secrets: | ||
zrestSecrets: | ||
- "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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" | ||
|
||
# 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
secrets: | ||
zrestSecret: "" |