Loading charts/couchdb/templates/statefulset.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ spec: nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} {{- end }} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists volumes: - name: config-storage emptyDir: {} Loading charts/meep-ctrl-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists charts/meep-mg-manager/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists charts/meep-mon-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,4 +46,11 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists charts/meep-tc-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists Loading
charts/couchdb/templates/statefulset.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,13 @@ spec: nodeSelector: {{ toYaml .Values.nodeSelector | indent 8 }} {{- end }} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists volumes: - name: config-storage emptyDir: {} Loading
charts/meep-ctrl-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists
charts/meep-mg-manager/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists
charts/meep-mon-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,4 +46,11 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists
charts/meep-tc-engine/templates/deployment.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -46,3 +46,10 @@ spec: - name: codecov-storage mountPath: /codecov {{- end}} affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: Exists