parent
7b6f932692
commit
a8fdf0e65d
|
@ -1,13 +1,12 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: monitoring
|
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
kind: Service
|
kind: Service
|
||||||
name: grafana
|
name: grafana
|
||||||
patch: |-
|
patch: |-
|
||||||
op: replace
|
- op: replace
|
||||||
path: /spec/type
|
path: /spec/type
|
||||||
value: LoadBalancer
|
value: LoadBalancer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue