Skip to content

Commit

Permalink
Revert "Set keycloak server as external domain name"
Browse files Browse the repository at this point in the history
This reverts commit 9696382.
  • Loading branch information
gasRU76 committed Jan 17, 2025
1 parent 9696382 commit f7e6788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.101
version: 0.0.100
icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png
keywords:
- brokencrystals
Expand Down
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
- name: X5U_URL
value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt"
- name: KEYCLOAK_SERVER_URI
value: "https://auth{{ .Values.ingress.authlevel }}{{ .Values.ingress.url }}/auth"
value: "http://keycloak:8080/auth"
{{ $configmap := (lookup "v1" "ConfigMap" .Release.Namespace .Values.clusterConfigMap) }}
{{- if $configmap}}
envFrom:
Expand Down

0 comments on commit f7e6788

Please sign in to comment.