Skip to content

Commit

Permalink
Merge pull request #123 from ktkfree/release-v2
Browse files Browse the repository at this point in the history
feature. remove node selector
  • Loading branch information
robertchoi80 authored Apr 25, 2022
2 parents 5996cfc + 59005db commit 0ac3c87
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions tks-batch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ ingress:
autoscaling:
enabled: false

nodeSelector:
taco-tks: enabled

tolerations: []

affinity: {}
3 changes: 0 additions & 3 deletions tks-cluster-lcm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ spec:
env:
- name: LOG_LEVEL
value: DEBUG
envFrom:
- secretRef:
name: "github-tks-mgmt-token"
args: [
"-port", "{{ .Values.args.port }}",
"-info-address", "{{ .Values.args.tksInfoAddress }}",
Expand Down
3 changes: 0 additions & 3 deletions tks-cluster-lcm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector:
taco-tks: enabled

tolerations: []

affinity: {}
3 changes: 0 additions & 3 deletions tks-contract/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector:
taco-tks: enabled

tolerations: []

affinity: {}
3 changes: 0 additions & 3 deletions tks-info/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80

nodeSelector:
taco-tks: enabled

tolerations: []

affinity: {}

0 comments on commit 0ac3c87

Please sign in to comment.