Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Feb 6, 2024
1 parent 5d0a35c commit c7b2ed1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aws/fiware/waltid-wallet/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
## certificate issuer, as created in the cert-manager installation step
kind: ClusterIssuer
name: letsencrypt-aws-prod
commonName: "waltid-wallet.fiware.dev"
commonName: "walt-wallet.fiware.dev"
dnsNames:
- "waltid-wallet.fiware.dev"
- "walt-wallet.fiware.dev"
2 changes: 1 addition & 1 deletion aws/fiware/waltid-wallet/deployment-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: http
env:
- name: NUXT_PUBLIC_ISSUER_CALLBACK_URL
value: "https://waltid-wallet.fiware.dev"
value: "https://walt-wallet.fiware.dev"
volumes:
- name: cache
emptyDir: {}
Expand Down
4 changes: 2 additions & 2 deletions aws/fiware/waltid-wallet/route-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Route
metadata:
annotations:
cert-utils-operator.redhat-cop.io/certs-from-secret: waltid-wallet
name: waltid-wallet
name: waltid-wallet-new
spec:
host: waltid-wallet.fiware.dev
host: walt-wallet.fiware.dev
port:
targetPort: 8080
tls:
Expand Down

0 comments on commit c7b2ed1

Please sign in to comment.