Files
Dreaded_X 2e5d187f01
Some checks failed
kustomization/dragonfly-operator/5c1f7af0 reconciliation succeeded
kustomization/flux-system/5c1f7af0 reconciliation succeeded
kustomization/certificates/5c1f7af0 reconciliation succeeded
kustomization/kube-prometheus-stack/5c1f7af0 health check failed
kustomization/lldap/5c1f7af0 reconciliation succeeded
kustomization/authelia/5c1f7af0 reconciliation succeeded
feat: Added kube-prometheus-stack
2025-12-24 05:44:09 +01:00

33 lines
632 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- helm-repository.yaml
- helm-release.yaml
- dragonfly.yaml
- cluster.yaml
- secret-s3-garage.yaml
- object-store.yaml
- service-user.yaml
configurations:
- name-reference.yaml
configMapGenerator:
- name: values-base
namespace: monitoring
files:
- values.yaml
secretGenerator:
- name: grafana-ldap-toml
namespace: monitoring
files:
- ldap-toml=grafana-ldap.toml
# Uncomment to restore database from backup
# patches:
# - path: cluster-restore.yaml
# target:
# kind: Cluster