Skip to content

Commit

Permalink
remove prometheus and undo maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 26, 2024
1 parent 1428a8f commit 6837d14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions helmfile/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ environments:
- ./environments/production.yaml.gotmpl
---
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
- 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: prometheus
namespace: monitoring
chart: prometheus-community/kube-prometheus-stack

- name: reformer-ocelot
namespace: {{ .StateValues.namespace }}
chart: ocelot-social/ocelot-social
Expand Down
2 changes: 1 addition & 1 deletion helmfile/values/ocelot.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cert_manager:
cert_manager:
issuer: {{ .Release.Name }}-letsencrypt-prod

underMaintenance: backup
underMaintenance: false

global:
image:
Expand Down

0 comments on commit 6837d14

Please sign in to comment.