Update image URL in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-16 11:37:25 +07:00
parent bfecab6b40
commit 2fb961115c

View File

@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: apkt-eis - name: apkt-eis
image: defuj/apkt-eis:dev-1705378929 image: docker.io/defuj/apkt-eis:dev-1705378929
ports: ports:
- containerPort: 80 - containerPort: 80
--- ---