Adding longhorn to AMD64 host
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: longhorn-amd64.k8s.local
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
- op: replace
|
||||
path: /spec/rules/0/host
|
||||
value: longhorn-arm64.k8s.local
|
||||
@@ -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
|
||||
@@ -3,6 +3,7 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- ../base/nfs
|
||||
- ../base/longhorn
|
||||
secretGenerator:
|
||||
- name: nfs-provisioner-config
|
||||
namespace: storage
|
||||
|
||||
Reference in New Issue
Block a user