feat: pull manager image from DOCR
This commit is contained in:
@@ -16,9 +16,11 @@ spec:
|
|||||||
serviceAccountName: manager
|
serviceAccountName: manager
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
role: system
|
role: system
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: registry-lunarfront
|
||||||
containers:
|
containers:
|
||||||
- name: manager
|
- name: manager
|
||||||
image: git.lunarfront.tech/ryan/lunarfront-manager:latest
|
image: registry.digitalocean.com/lunarfront/lunarfront-manager:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user