fix: add imagePullSecrets for Gitea registry auth

This commit is contained in:
2026-04-02 10:19:38 +00:00
parent e976387645
commit 6e47bf81cf

View File

@@ -21,6 +21,8 @@ spec:
labels:
app.kubernetes.io/name: health-app
spec:
imagePullSecrets:
- name: gitea-registry
automountServiceAccountToken: false
securityContext:
runAsNonRoot: true