fix k8s workflow
Some checks failed
Build and Deploy / build-and-push (pull_request) Successful in 28s
Build and Deploy / deploy-to-k8s (pull_request) Has been cancelled

This commit is contained in:
2026-02-01 22:07:43 -08:00
parent f536dd7185
commit c6c2426d3a
2 changed files with 16 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: catalog26
image: registry.chopark.home/catalog26:latest # Or yourusername/catalog26:latest for Docker Hub
image: git.chopark.home/wesscho/catalog26:latest
imagePullPolicy: Always
ports:
- containerPort: 8080 # This must match your Dockerfile EXPOSE port