wir.social/helmfile/helmfile.yaml.gotmpl
Robert Schäfer 0138939103 remove prometheus
prometheu should be installed centrally
2024-10-26 22:30:24 +02:00

28 lines
638 B
Go Template

---
environments:
default:
values:
- ./environments/default.yaml.gotmpl
staging:
values:
- ./environments/staging.yaml.gotmpl
production:
values:
- ./environments/production.yaml.gotmpl
---
repositories:
- name: ocelot-social
url: git+https://github.com/Ocelot-Social-Community/Ocelot-Social@deployment/hetzner/helmfile/ocelot-social?ref=hetzner
apiVersions:
- monitoring.coreos.com/v1
releases:
- name: ocelot-social
namespace: {{ .StateValues.namespace }}
chart: ocelot-social/ocelot-social
values:
- ./values/ocelot.yaml.gotmpl
secrets:
- ./secrets/ocelot.yaml