feat: pull manager image from DOCR

This commit is contained in:
Ryan Moon
2026-04-03 08:40:19 -05:00
parent 8d53a603b0
commit 0680d89474

View File

@@ -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: