parent
7b6f932692
commit
a8fdf0e65d
|
@ -1,15 +1,14 @@
|
||||||
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
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- 0alertmanagerConfigCustomResourceDefinition.yaml
|
- 0alertmanagerConfigCustomResourceDefinition.yaml
|
||||||
|
|
Loading…
Reference in New Issue