pipeline #15
This commit is contained in:
parent
3d9da2ee0c
commit
bc6d5c1180
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue