pipeline #15
This commit is contained in:
parent
3d9da2ee0c
commit
bc6d5c1180
|
|
@ -14,6 +14,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: florale-emotion-backend
|
app: florale-emotion-backend
|
||||||
spec:
|
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:
|
imagePullSecrets:
|
||||||
- name: harbor-registry-secret
|
- name: harbor-registry-secret
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: florale-emotion-bot
|
app: florale-emotion-bot
|
||||||
spec:
|
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:
|
imagePullSecrets:
|
||||||
- name: harbor-registry-secret
|
- name: harbor-registry-secret
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: florale-emotion-frontend
|
app: florale-emotion-frontend
|
||||||
spec:
|
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:
|
imagePullSecrets:
|
||||||
- name: harbor-registry-secret
|
- name: harbor-registry-secret
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue