Switch image and service overlays to git.samidare.dev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user