diff --git a/apps/templates/authentik.yaml b/apps/templates/authentik.yaml index b4adc24..e7e2681 100644 --- a/apps/templates/authentik.yaml +++ b/apps/templates/authentik.yaml @@ -50,6 +50,8 @@ spec: key: password name: postgres-secret + prometheus.rules.create: true + postgresql: image: registry: ghcr.io diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index 3b05cf9..264d31a 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -16,7 +16,7 @@ spec: values: | prometheus: - enabled: false + enabled: true extraArgs: - --enable-certificate-owner-ref=true diff --git a/apps/templates/external-secrets.yaml b/apps/templates/external-secrets.yaml index 79bbd04..2e6ba2f 100644 --- a/apps/templates/external-secrets.yaml +++ b/apps/templates/external-secrets.yaml @@ -12,8 +12,10 @@ spec: project: default source: chart: external-secrets - #helm: - # values: [] + helm: + values: + + prometheus.enabled: true repoURL: https://charts.external-secrets.io targetRevision: 0.7.0 diff --git a/apps/templates/loki.yaml b/apps/templates/loki.yaml index e89efef..2066581 100644 --- a/apps/templates/loki.yaml +++ b/apps/templates/loki.yaml @@ -17,6 +17,7 @@ spec: loki.isDefault: false test_pod: {} + prometheus.enabled: true repoURL: https://grafana.github.io/helm-charts targetRevision: 2.8.8 diff --git a/apps/templates/vault.yaml b/apps/templates/vault.yaml index ed26e07..2a7f1c2 100644 --- a/apps/templates/vault.yaml +++ b/apps/templates/vault.yaml @@ -20,6 +20,8 @@ spec: enabled: true serviceType: NodePort + global.serverTelemetry.prometheusOperator: true + repoURL: https://helm.releases.hashicorp.com targetRevision: 0.23.0