phase 2
This commit is contained in:
15
ctrl/k8s/overlays/onprem/kustomization.yaml
Normal file
15
ctrl/k8s/overlays/onprem/kustomization.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
patches:
|
||||
# Gateway as LoadBalancer — MetalLB assigns a LAN IP
|
||||
- target:
|
||||
kind: Service
|
||||
name: gateway
|
||||
patch: |
|
||||
- op: replace
|
||||
path: /spec/type
|
||||
value: LoadBalancer
|
||||
Reference in New Issue
Block a user