infra/kubernetes/cloudflare/kustomization.yaml
Gabriel Simmer d71fd9ef25
All checks were successful
Lint / lint (push) Successful in 39s
A ton of tweaks to fully spin up cluster from zero
2024-07-09 11:43:02 +01:00

32 lines
649 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cloudflare
resources:
- cloudflared.yaml
- VaultAuth.yaml
- VaultStaticSecret-tunnel-credentials.yaml
- VaultStaticSecret-cloudflare-exporter.yaml
- Namespace-cloudflare.yaml
configMapGenerator:
- name: cloudflared
files:
- config.yaml
helmCharts:
- kubeVersion: '1.30'
name: cloudflare-exporter
releaseName: cloudflare-exporter
repo: https://lablabs.github.io/cloudflare-exporter
valuesInline:
image:
tag: 0.0.16
secretRef: cloudflare-exporter
serviceMonitor:
enabled: true
labels:
release: prometheus
version: 0.2.1