Adding longhorn to AMD64 host

This commit is contained in:
V 2025-12-14 19:23:52 +00:00
parent 786ee5e03b
commit 6029bbec5d
5 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,3 @@
- op: replace
path: /spec/rules/0/host
value: longhorn-amd64.k8s.local

View File

@ -1,3 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
resources:
- ../base/longhorn
patches:
- target:
group: networking.k8s.io
version: v1
kind: Ingress
name: longhorn-ingress
path: ingress-patch.yaml

View File

@ -0,0 +1,3 @@
- op: replace
path: /spec/rules/0/host
value: longhorn-arm64.k8s.local

View File

@ -1,4 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base/longhorn
- ../base/longhorn
patches:
- target:
group: networking.k8s.io
version: v1
kind: Ingress
name: longhorn-ingress
path: ingress-patch.yaml

View File

@ -3,6 +3,7 @@ kind: Kustomization
resources:
- ../base
- ../base/nfs
- ../base/longhorn
secretGenerator:
- name: nfs-provisioner-config
namespace: storage