From 4473524aeb707b546d1dfdcdb5f545d475f2d0fd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Sep 2026 09:03:22 +0700 Subject: [PATCH] fix: update values.yaml image repository to port 8082 --- helm/sidata/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/sidata/values.yaml b/helm/sidata/values.yaml index 346c863..8b1613f 100644 --- a/helm/sidata/values.yaml +++ b/helm/sidata/values.yaml @@ -1,7 +1,7 @@ -replicaCount: 1 +replicaCount: 2 image: - repository: 10.15.39.186:8081/eosbpkd/sidata + repository: 10.15.39.186:8082/eosbpkd/sidata tag: latest pullPolicy: Always