fix(khalisio): pin to amd64 nodes (image is amd64-only for now)

This commit is contained in:
2026-05-20 09:24:18 +00:00
parent 277e834d5c
commit 9e2562897c
@@ -22,6 +22,8 @@ spec:
spec: spec:
imagePullSecrets: imagePullSecrets:
- name: ghcr-pull-secret - name: ghcr-pull-secret
nodeSelector:
kubernetes.io/arch: amd64
containers: containers:
- name: web - name: web
image: ghcr.io/richard-callis/portfolio:latest image: ghcr.io/richard-callis/portfolio:latest