nodeselector pathces
This commit is contained in:
@@ -9,3 +9,8 @@ resources:
|
||||
- base/gitea-deployment.yaml
|
||||
- base/gitea-data-pvc.yaml
|
||||
- base/gitea-namespace.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/nodeselector.yaml
|
||||
target:
|
||||
kind: (StatefulSet|Deployment|Job)
|
||||
9
apps/gitea/patches/nodeselector.yaml
Normal file
9
apps/gitea/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