minor changes
Signed-off-by: Rupin Solanki <rupinsolanki@Rupins-MacBook-Pro.local>
This commit is contained in:
parent
9e2949fb08
commit
6c956af37e
1 changed files with 19 additions and 56 deletions
|
@ -87,22 +87,13 @@ global:
|
||||||
# fsGroup: 999
|
# fsGroup: 999
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
globalkey1 : globalValue1
|
|
||||||
globalkey2 : globalValue2
|
|
||||||
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: globalKey1
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
- key: globalKey2
|
|
||||||
operator: "NoExists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity:
|
affinity: {}
|
||||||
globalKey: globalAffinity
|
|
||||||
# -- Mapping between IP and hostnames that will be injected as entries in the pod's hosts files
|
# -- Mapping between IP and hostnames that will be injected as entries in the pod's hosts files
|
||||||
hostAliases: []
|
hostAliases: []
|
||||||
# - ip: 10.20.30.40
|
# - ip: 10.20.30.40
|
||||||
|
@ -635,17 +626,12 @@ controller:
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
# key1: localValue
|
|
||||||
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key1: localValueContoller
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity:
|
affinity: {}
|
||||||
localKey: localValueController
|
|
||||||
|
|
||||||
|
|
||||||
# -- Assign custom [TopologySpreadConstraints] rules to the application controller
|
# -- Assign custom [TopologySpreadConstraints] rules to the application controller
|
||||||
|
@ -970,13 +956,9 @@ dex:
|
||||||
servicePortMetrics: 5558
|
servicePortMetrics: 5558
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
key : valueDexLocal
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: dexValue
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
@ -1100,14 +1082,10 @@ redis:
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: LOCSLKeyRedis
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity:
|
affinity: {}
|
||||||
key : vLAUEaFFINITY
|
|
||||||
|
|
||||||
# -- Assign custom [TopologySpreadConstraints] rules to redis
|
# -- Assign custom [TopologySpreadConstraints] rules to redis
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||||
|
@ -1487,13 +1465,9 @@ server:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
key: localKeyServerNodeSel
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: globalKeysSERVER
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
@ -1973,16 +1947,11 @@ repoServer:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
key : localRepoServerNS
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: localKeyReposSERVER
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
# -- Assign custom [affinity] rules to the deployment
|
# -- Assign custom [affinity] rules to the deployment
|
||||||
affinity:
|
affinity: {}
|
||||||
key : localRepoServerLocalAffinity
|
|
||||||
|
|
||||||
# -- Assign custom [TopologySpreadConstraints] rules to the repo server
|
# -- Assign custom [TopologySpreadConstraints] rules to the repo server
|
||||||
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||||
|
@ -2319,8 +2288,7 @@ applicationSet:
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key: applicationSetValue
|
|
||||||
|
|
||||||
# -- Assign custom [affinity] rules
|
# -- Assign custom [affinity] rules
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
@ -2552,17 +2520,13 @@ notifications:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
key: localRepoServerNS
|
|
||||||
|
|
||||||
# -- [Tolerations] for use with node taints
|
# -- [Tolerations] for use with node taints
|
||||||
tolerations:
|
tolerations: []
|
||||||
- key : localRepoServerNotification
|
|
||||||
operator: nolocal
|
|
||||||
|
|
||||||
# -- Assign custom [affinity] rules
|
# -- Assign custom [affinity] rules
|
||||||
affinity:
|
affinity: {}
|
||||||
key : NotificationAffinity
|
|
||||||
|
|
||||||
# -- Priority class for the notifications controller pods
|
# -- Priority class for the notifications controller pods
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
|
@ -2943,5 +2907,4 @@ notifications:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
# -- [Node selector]
|
# -- [Node selector]
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
key : localRepoServerSlack
|
|
||||||
|
|
Loading…
Reference in a new issue