pipeline #15
Build, Push and Deploy Florale Emotion Website / feature-branch (push) Has been skipped Details
Build, Push and Deploy Florale Emotion Website / production-branch (push) Successful in 3m38s Details

This commit is contained in:
Julian Vollmer 2026-01-27 05:58:39 +01:00
parent 3d9da2ee0c
commit bc6d5c1180
3 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,10 @@ spec:
labels:
app: florale-emotion-backend
spec:
# Temporary workaround: ktown can't reach Harbor (ImagePullBackOff).
# Pin to nuc until node networking to registry is fixed.
nodeSelector:
kubernetes.io/hostname: nuc
imagePullSecrets:
- name: harbor-registry-secret
containers:

View File

@ -14,6 +14,10 @@ spec:
labels:
app: florale-emotion-bot
spec:
# Temporary workaround: ktown can't reach Harbor (ImagePullBackOff).
# Pin to nuc until node networking to registry is fixed.
nodeSelector:
kubernetes.io/hostname: nuc
imagePullSecrets:
- name: harbor-registry-secret
containers:

View File

@ -14,6 +14,10 @@ spec:
labels:
app: florale-emotion-frontend
spec:
# Temporary workaround: ktown can't reach Harbor (ImagePullBackOff).
# Pin to nuc until node networking to registry is fixed.
nodeSelector:
kubernetes.io/hostname: nuc
imagePullSecrets:
- name: harbor-registry-secret
containers: