Update deployment.yaml to use new image

This commit is contained in:
Dede Fuji Abdul 2024-01-15 20:40:09 +07:00
parent 73500900cf
commit c329a23afa

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: apkt-eis
image: defuj/apkt-eis:alpha-03
image: ghcr.io/defuj/eis
ports:
- containerPort: 80
---