From 10d6ae723ed7c0bafe6724248ac7aa15e88df3e3 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 19 Jul 2026 02:31:00 +0800 Subject: [PATCH] fix: use k8s internal registry DNS --- deploy/helm/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 0e923af..0c1c920 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -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 \ No newline at end of file + port: 80 \ No newline at end of file