Correct hostname, make it valid url
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
08085d9e5b
commit
f2da32cc30
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ spec:
|
||||||
image: quay.io/keycloak/keycloak:26.1
|
image: quay.io/keycloak/keycloak:26.1
|
||||||
args:
|
args:
|
||||||
- "start"
|
- "start"
|
||||||
- "--hostname=keycloak.streams.sunet.se"
|
- "--hostname=https://keycloak.streams.sunet.se"
|
||||||
- "--hostname-admin=https://keycloak.streams.sunet.se"
|
- "--hostname-admin=https://keycloak.streams.sunet.se"
|
||||||
- "--verbose"
|
- "--verbose"
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||||
targetRevision: streams-manifests-2025-01-30-v65
|
targetRevision: streams-manifests-2025-01-30-v67
|
||||||
path: keycloak/overlays/test
|
path: keycloak/overlays/test
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
|
Loading…
Add table
Reference in a new issue