moved node/pod-selector to components
This commit is contained in:
apps
adguard
gitea
kube-dashboard
newcloud
nextcloud
paperless
vaultwarden
components
front-region-selector.yaml copy
local-region-selector.yaml
infrastructure
02-argocd
03-traefik
overlay-external
overlay-internal
04-longhorn
@ -3,6 +3,9 @@ kind: Kustomization
|
||||
|
||||
namespace: longhorn-system
|
||||
|
||||
components:
|
||||
- ../../components/local-region-selector.yaml
|
||||
|
||||
resources:
|
||||
- base/longhorn-ui-ingress.yaml
|
||||
|
||||
@ -12,12 +15,3 @@ helmCharts:
|
||||
version: 1.6.0
|
||||
repo: https://charts.longhorn.io
|
||||
valuesFile: base/values.yaml
|
||||
|
||||
patches:
|
||||
- path: patches/nodeselector.yaml
|
||||
target:
|
||||
kind: (StatefulSet|Deployment|Job)
|
||||
- path: patches/podselector.yaml
|
||||
target:
|
||||
kind: Pod
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: not-important
|
||||
metadata:
|
||||
name: not-important
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
nodeSelector:
|
||||
region: local
|
@ -1,7 +0,0 @@
|
||||
apiVersion: apps/v1
|
||||
kind: not-important
|
||||
metadata:
|
||||
name: not-important
|
||||
spec:
|
||||
nodeSelector:
|
||||
region: local
|
Reference in New Issue
Block a user