Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-15 19:54:33 +01:00
parent 7b6f932692
commit a8fdf0e65d
1 changed files with 7 additions and 8 deletions

View File

@ -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