From 8c065d71ced12d403284d73df2f63830162a39c6 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 20 Jun 2023 08:54:19 +0200 Subject: [PATCH] try to fix prometheus deployment --- core-deployments.yaml | 32 -------------------------------- prometheus/values.yaml | 6 ++++++ 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index 7280199..7c4be39 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -113,35 +113,3 @@ spec: automated: selfHeal: false prune: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: grafana - namespace: argocd -spec: - project: default - sources: - - chart: grafana - repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.52.8 - helm: - releaseName: grafana - valueFiles: - - $values/grafana/values.yaml - - repoURL: https://git.ar21.de/yolokube/core-deployments.git - targetRevision: HEAD - ref: values - - repoURL: https://git.ar21.de/yolokube/core-deployments.git - targetRevision: HEAD - path: grafana - destination: - server: https://kubernetes.default.svc - namespace: grafana - syncPolicy: - syncOptions: - - CreateNamespace=true - - automated: - selfHeal: false - prune: true \ No newline at end of file diff --git a/prometheus/values.yaml b/prometheus/values.yaml index 568e549..efcf30e 100644 --- a/prometheus/values.yaml +++ b/prometheus/values.yaml @@ -50,6 +50,8 @@ alertmanager: {{ end }} {{ end }} ingress: + paths: + - / enabled: true ingressClassName: nginx hosts: @@ -68,6 +70,8 @@ alertmanager: grafana: defaultDashboardsTimezone: Europe/Berlin ingress: + paths: + - / enabled: true hosts: - grafana.services.yolokube.de @@ -82,6 +86,8 @@ prometheus: servicePerReplica: enabled: true ingress: + paths: + - / enabled: true ingressClassName: nginx hosts: