fix: update image to Gitea cluster service registry

containerd configured on all nodes with insecure registry for
gitea-http.gitea.svc:3000.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 21:29:22 +00:00
parent 7e9fa1d24b
commit f6c546d34e
2 changed files with 2 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ spec:
type: RuntimeDefault
containers:
- name: health-app
image: ghcr.io/infinicaretech/health-app:latest
image: gitea-http.gitea.svc:3000/gitea_admin/health-app:latest
ports:
- name: http
containerPort: 3000
@@ -70,5 +70,3 @@ spec:
capabilities:
drop:
- ALL
imagePullSecrets:
- name: ghcr-cred