Commit 6ceb0f28 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

added affinity to core pods

minor fixes
parent 5b29d635
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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: {}
+7 −0
Original line number Diff line number Diff line
@@ -46,3 +46,10 @@ spec:
          - name: codecov-storage
            mountPath: /codecov
          {{- end}}
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
            - matchExpressions:
              - key: node-role.kubernetes.io/master
                operator: Exists
+7 −0
Original line number Diff line number Diff line
@@ -46,3 +46,10 @@ spec:
          - name: codecov-storage
            mountPath: /codecov
          {{- end}}
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
            - matchExpressions:
              - key: node-role.kubernetes.io/master
                operator: Exists
+7 −0
Original line number Diff line number Diff line
@@ -46,4 +46,11 @@ spec:
          - name: codecov-storage
            mountPath: /codecov
          {{- end}}
      affinity:
        nodeAffinity:
          requiredDuringSchedulingIgnoredDuringExecution:
            nodeSelectorTerms:
            - matchExpressions:
              - key: node-role.kubernetes.io/master
                operator: Exists
              
+7 −0
Original line number Diff line number Diff line
@@ -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