Skip to content
Snippets Groups Projects
Commit 7fab68ac authored by Abonyi Bence Péter's avatar Abonyi Bence Péter :scream_cat:
Browse files

fix: added pod affinity to make sure rwo won't fuck my ass again

parent 1838729d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,13 @@ spec:
labels:
app: {{ .Release.Name }}-web
spec:
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
app: {{ .Release.Name }}-web
topologyKey: kubernetes.io/hostname
strategy: RollingUpdate
imagePullSecrets:
- name: {{ .Values.web.imagePullSecretName }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment