FIX(jotion): add imagePullSecret for private image

- Configure imagePullSecret for ghcr.io private registry
- Enable pulling private container images
This commit is contained in:
2026-01-05 03:07:10 +09:00
parent 9e8d538ab1
commit db6347ff52

View File

@@ -20,6 +20,8 @@ spec:
labels:
app: jotion
spec:
imagePullSecrets:
- name: ghcr-secret
containers:
- name: jotion
image: ghcr.io/mayne0213/jotion:latest