nodeselector pathces
This commit is contained in:
@@ -34,6 +34,7 @@ spec:
|
||||
volumeMounts:
|
||||
- name: adguard-pvc
|
||||
mountPath: /opt/adguardhome/work
|
||||
resources: {}
|
||||
volumes:
|
||||
- name: adguard-pvc
|
||||
persistentVolumeClaim:
|
||||
|
||||
@@ -10,3 +10,8 @@ resources:
|
||||
- base/adguard-namespace.yaml
|
||||
- base/adguard-pvc.yaml
|
||||
- base/adguard-service.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/nodeselector.yaml
|
||||
target:
|
||||
kind: (StatefulSet|Deployment|Job)
|
||||
9
apps/adguard/patches/nodeselector.yaml
Normal file
9
apps/adguard/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