fix: use k8s internal registry DNS
All checks were successful
Build & Deploy / build (push) Successful in 2s

This commit is contained in:
joe
2026-07-19 02:31:00 +08:00
parent 10bc7e86c2
commit 10d6ae723e

View File

@@ -1,6 +1,6 @@
# Default values
image:
registry: 127.0.0.1:5000
registry: zot-registry.cicd.svc.cluster.local:5000
name: demo-frontend
tag: latest
pullPolicy: Always
@@ -9,7 +9,7 @@ replicaCount: 2
service:
type: ClusterIP
port: 8080
port: 80
ingress:
enabled: false
@@ -31,8 +31,8 @@ probes:
liveness:
enabled: true
path: /healthz
port: 8080
port: 80
readiness:
enabled: true
path: /healthz
port: 8080
port: 80