From bc6d5c11801235b37a2dd1210972fc4d5a298a71 Mon Sep 17 00:00:00 2001 From: Julian Vollmer Date: Tue, 27 Jan 2026 05:58:39 +0100 Subject: [PATCH] pipeline #15 --- website/k8s/backend.yaml | 4 ++++ website/k8s/bot.yaml | 4 ++++ website/k8s/frontend.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/website/k8s/backend.yaml b/website/k8s/backend.yaml index 368ac10..1ac4953 100644 --- a/website/k8s/backend.yaml +++ b/website/k8s/backend.yaml @@ -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: diff --git a/website/k8s/bot.yaml b/website/k8s/bot.yaml index c7450e6..e7aae24 100644 --- a/website/k8s/bot.yaml +++ b/website/k8s/bot.yaml @@ -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: diff --git a/website/k8s/frontend.yaml b/website/k8s/frontend.yaml index d056b79..f0b5a81 100644 --- a/website/k8s/frontend.yaml +++ b/website/k8s/frontend.yaml @@ -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: