feat(longhorn): Add node-affinity to avoid outbound deployment

This commit is contained in:
Tanguy Herbron 2023-06-30 12:59:13 +02:00
parent b8d830a3b2
commit 3984ac3a1c
3 changed files with 4327 additions and 1 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff