Some checks failed
kustomization/flux-system/5c1f7af0 reconciliation succeeded
kustomization/dragonfly-operator/5c1f7af0 reconciliation succeeded
kustomization/cert-manager/5c1f7af0 reconciliation succeeded
kustomization/cnpg/5c1f7af0 reconciliation succeeded
kustomization/kube-prometheus-stack/5c1f7af0 health check failed
32 lines
610 B
YAML
32 lines
610 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
|
|
|
|
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
|