mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 11:36:50 +00:00
24 lines
503 B
YAML
24 lines
503 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: authentik-blueprints-prometheus
|
|
namespace: authentik
|
|
labels:
|
|
goauthentik.io/blueprint: "true"
|
|
data:
|
|
prometheus.yaml: |-
|
|
version: 1
|
|
metadata:
|
|
name: prometheus-app
|
|
entries:
|
|
- model: authentik_core.application
|
|
id: prometheus-application
|
|
state: present
|
|
identifiers:
|
|
slug: prometheus
|
|
attrs:
|
|
name: Prometheus
|
|
slug: prometheus
|
|
policy_engine_mode: any
|