Skip to content

Commit

Permalink
Merge pull request #603 from walt-id/chore/wallet
Browse files Browse the repository at this point in the history
fix: Updated domain URL in k8s config
  • Loading branch information
taminobaumann committed Jul 10, 2024
2 parents 149677e + 212dd41 commit baa9b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions waltid-services/waltid-wallet-api/k8s/deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data:
webHost = "0.0.0.0"
webPort = 4545
oidc.conf: |
publicBaseUrl = "https://wallet-demo.walt.id"
publicBaseUrl = "https://wallet-dev.walt.id"
providerName = keycloak
oidcRealm = "https://keycloak.walt-test.cloud/realms/waltid-keycloak-ktor"
oidcJwks = "${oidcRealm}/protocol/openid-connect/certs"
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
image: waltid/waltid-web-wallet:__DEFAULT_IMAGE_TAG__
env:
- name: NUXT_PUBLIC_ISSUER_CALLBACK_URL
value: "https://wallet-demo.walt.id"
value: "https://wallet-dev.walt.id"
- name: NUXT_PUBLIC_DEMO_WALLET_URL
value: "https://wallet.walt.id"
ports:
Expand Down Expand Up @@ -185,10 +185,10 @@ metadata:
spec:
tls:
- hosts:
- wallet-demo.walt.id
- wallet-dev.walt.id
secretName: wallet-tls-secret
rules:
- host: wallet-demo.walt.id
- host: wallet-dev.walt.id
http:
paths:
- path: /wallet-api/
Expand Down

0 comments on commit baa9b10

Please sign in to comment.