feat: Added kube-prometheus-stack
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
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
This commit is contained in:
31
controllers/kube-prometheus-stack/kustomization.yaml
Normal file
31
controllers/kube-prometheus-stack/kustomization.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
Reference in New Issue
Block a user