Skip to content

Commit

Permalink
Remove KC_PROXY for Kubernetes
Browse files Browse the repository at this point in the history
Replaced KC_PROXY with KC_HTTP_ENABLED for Kubernetes

Closes keycloak#557

Signed-off-by: James Shuriff <[email protected]>
  • Loading branch information
jamesshuriff committed Aug 31, 2024
1 parent 8037903 commit 0c083c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
value: "admin"
- name: KEYCLOAK_ADMIN_PASSWORD
value: "admin"
- name: KC_PROXY
value: "edge"
- name: KC_HTTP_ENABLED
value: "true"
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 0c083c2

Please sign in to comment.