change image for whoami-oidc

how about not using custom-patched 3yo stuff
This commit is contained in:
rasmus 2024-02-12 08:13:05 +02:00
parent 4eb3649649
commit 0e884305cc
1 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ spec:
displayName: Whoami (oidc-tester-app)
uri: https://whoami-oidc.k-space.ee
redirectUris:
- https://whoami-oidc.k-space.ee/oauth2/callback
- https://whoami-oidc.k-space.ee/auth/callback
grantTypes:
- authorization_code
- refresh_token
@ -38,27 +38,27 @@ spec:
spec:
containers:
- name: whoami-oidc
image: harbor.k-space.ee/jtagcat/oidc-tester-app@sha256:9e811f2a0ab2ca1a29fd05daca3aab61ad4960e9327527d0725d53aaa60ba184
image: beryju/oidc-test-client:latest@sha256:442e4d6c0468df4f1bc1012cc9276918072df93bfada7d84eb14385f5af23a6a
env:
- name: TESTER_PUBLIC_URL
value: https://whoami-oidc.k-space.ee/
- name: TESTER_ISSUER
- name: OIDC_ROOT_URL
value: https://whoami-oidc.k-space.ee
- name: OIDC_PROVIDER
valueFrom:
secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_GATEWAY_URI
- name: TESTER_CLIENT_ID
- name: OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_CLIENT_ID
- name: TESTER_CLIENT_SECRET
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: oidc-client-whoami-oidc-owner-secrets
key: OIDC_CLIENT_SECRET
ports:
- containerPort: 8080
- containerPort: 9009
name: http
---
apiVersion: v1