Switch image and service overlays to git.samidare.dev

This commit is contained in:
rod
2026-05-17 15:53:25 +02:00
parent e4b352143b
commit ee09fcc69d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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"