Files

46 lines
990 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: observability
resources:
- probes-public.yaml
- probes-private-edge.yaml
- probes-private-internal.yaml
- network-policy.yaml
helmGlobals:
chartHome: .helm/charts
helmCharts:
- name: prometheus-blackbox-exporter
repo: https://prometheus-community.github.io/helm-charts
version: 11.16.0
releaseName: blackbox-exporter
namespace: observability
valuesFile: values/home.yaml
includeCRDs: false
skipTests: true
patches:
- target:
version: v1
kind: ServiceAccount
name: blackbox-exporter
patch: |-
- op: add
path: /automountServiceAccountToken
value: false
- target:
group: apps
version: v1
kind: Deployment
name: blackbox-exporter
patch: |-
- op: add
path: /spec/template/spec/hostPID
value: false
- op: add
path: /spec/template/spec/hostIPC
value: false