apps
infrastructure
argocd
authelia
backup
external
external-dns
gitea
metallb-system
nfs-provisioner
pg-ha
prometheus
kustomization.yaml
namespace.yaml
prometheus.yaml
thanos-objstore-config.sealedsecret.yaml
thanos-query.deployment.yaml
thanos-store.statefulset.yaml
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
21 lines
510 B
YAML
21 lines
510 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: prometheus
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
# prometheus-operator crds
|
|
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.70.0/bundle.yaml
|
|
- prometheus.yaml
|
|
- thanos-objstore-config.sealedsecret.yaml
|
|
# thanos deployment from kube-thanos project
|
|
- thanos-store.statefulset.yaml
|
|
- thanos-query.deployment.yaml
|
|
|
|
|
|
images:
|
|
- name: thanos
|
|
newName: quay.io/thanos/thanos
|
|
newTag: v0.36.1
|