Switch image and service overlays to git.samidare.dev
This commit is contained in:
@@ -44,7 +44,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hello-svc
|
- name: hello-svc
|
||||||
image: "synologynas.local:3000/rod/hello-svc:latest"
|
image: "git.samidare.dev/rod/hello-svc:latest"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: synologynas.local:3000/rod/hello-svc
|
repository: git.samidare.dev/rod/hello-svc
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user