nodeselector pathces
This commit is contained in:
@ -14,3 +14,8 @@ helmCharts:
|
||||
releaseName: lcl
|
||||
repo: https://traefik.github.io/charts
|
||||
valuesFile: base/values.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/nodeselector.yaml
|
||||
target:
|
||||
kind: (StatefulSet|Deployment|Job)
|
||||
|
9
infrastructure/03-traefik/patches/nodeselector.yaml
Normal file
9
infrastructure/03-traefik/patches/nodeselector.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: apps/v1
|
||||
kind: not-important
|
||||
metadata:
|
||||
name: not-important
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
nodeSelector:
|
||||
region: local
|
Reference in New Issue
Block a user