feat(longhorn): Add node-affinity to avoid outbound deployment
This commit is contained in:
parent
b8d830a3b2
commit
3984ac3a1c
@ -18,7 +18,6 @@ resources:
|
|||||||
# NFS client configuration
|
# NFS client configuration
|
||||||
- ../../nfs-provisioner
|
- ../../nfs-provisioner
|
||||||
# Longhorn installation and configuration
|
# Longhorn installation and configuration
|
||||||
- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
|
||||||
- ../../longhorn
|
- ../../longhorn
|
||||||
# SOPS operator for secret management on the fly
|
# SOPS operator for secret management on the fly
|
||||||
- ../../sops-operator
|
- ../../sops-operator
|
||||||
|
@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- longhorn.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
4326
longhorn/longhorn.yaml
Normal file
4326
longhorn/longhorn.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user