diff --git a/apps-kustomized/kube-prometheus/kustomization.yaml b/apps-kustomized/kube-prometheus/kustomization.yaml index 2562714..b119397 100644 --- a/apps-kustomized/kube-prometheus/kustomization.yaml +++ b/apps-kustomized/kube-prometheus/kustomization.yaml @@ -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