Skip to content

Commit 572c635

Browse files
dajefferstony-landreth
authored andcommitted
Updating Keycloak example documentation
1 parent 48ee744 commit 572c635

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/content/tutorial/connect-cluster.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ spec:
142142
spec:
143143
containers:
144144
- image: quay.io/keycloak/keycloak:latest
145+
args: ["start-dev"]
145146
name: keycloak
146147
env:
147148
- name: DB_VENDOR
@@ -156,20 +157,20 @@ spec:
156157
valueFrom: { secretKeyRef: { name: hippo-pguser-hippo, key: user } }
157158
- name: DB_PASSWORD
158159
valueFrom: { secretKeyRef: { name: hippo-pguser-hippo, key: password } }
159-
- name: KEYCLOAK_USER
160+
- name: KEYCLOAK_ADMIN
160161
value: "admin"
161-
- name: KEYCLOAK_PASSWORD
162+
- name: KEYCLOAK_ADMIN_PASSWORD
162163
value: "admin"
163-
- name: PROXY_ADDRESS_FORWARDING
164-
value: "true"
164+
- name: KC_PROXY
165+
value: "edge"
165166
ports:
166167
- name: http
167168
containerPort: 8080
168169
- name: https
169170
containerPort: 8443
170171
readinessProbe:
171172
httpGet:
172-
path: /auth/realms/master
173+
path: /realms/master
173174
port: 8080
174175
restartPolicy: Always
175176
EOF

0 commit comments

Comments
 (0)