fix(trade-dashboard): switch image registry to ghcr.io
This commit is contained in:
parent
f4b1996e06
commit
997d726624
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 30
|
||||||
containers:
|
containers:
|
||||||
- name: dashboard
|
- name: dashboard
|
||||||
image: us-central1-docker.pkg.dev/devops-lab-cluster/customer1/trade-dashboard:latest
|
image: ghcr.io/sirius0xdev/trade-dashboard:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue