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: