Add ghcr.io pull secret for private container images

Sealed secret provides auth for pulling from ghcr.io/lazorgurl/*.
Added imagePullSecrets to both app deployments.
This commit is contained in:
Julia McGhee
2026-03-20 20:06:18 +00:00
parent a38c6d399a
commit 9ae228f0f3
6 changed files with 34 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ spec:
labels:
app: api
spec:
imagePullSecrets:
- name: ghcr-pull-secret
containers:
- name: api
image: ghcr.io/lazorgurl/homelab-api:latest