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