Skip to content

Commit

Permalink
fixing dev deployment k8s files
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain committed Feb 17, 2024
1 parent ceb4678 commit 62a1d6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions waltid-wallet-api/k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
spec:
containers:
- name: wallet-api
image: waltid/wallet-api:latest
image: waltid/wallet-api:dev
volumeMounts:
- name: wallet-db-config
mountPath: "/waltid-wallet-api/config/db.conf"
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
spec:
containers:
- name: waltid-web-wallet
image: waltid/waltid-web-wallet:latest
image: waltid/waltid-web-wallet:dev
env:
- name: NUXT_PUBLIC_ISSUER_CALLBACK_URL
value: "https://wallet.walt-test.cloud"
Expand Down
2 changes: 1 addition & 1 deletion waltid-web-portal/k8s/deployment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: web-portal
image: waltid/portal:latest
image: waltid/portal:dev
env:
- name: NEXT_PUBLIC_VC_REPO
value: "https://vc-repo.walt-test.cloud"
Expand Down

0 comments on commit 62a1d6b

Please sign in to comment.