diff --git a/k8s/base/manifest.yaml b/k8s/base/manifest.yaml index 4c43681..44b1fe2 100644 --- a/k8s/base/manifest.yaml +++ b/k8s/base/manifest.yaml @@ -44,7 +44,7 @@ spec: spec: containers: - name: hello-svc - image: "synologynas.local:3000/rod/hello-svc:latest" + image: "git.samidare.dev/rod/hello-svc:latest" imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/k8s/base/values.yaml b/k8s/base/values.yaml index 47eff4f..bde17bb 100644 --- a/k8s/base/values.yaml +++ b/k8s/base/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: - repository: synologynas.local:3000/rod/hello-svc + repository: git.samidare.dev/rod/hello-svc pullPolicy: Always tag: "latest"