From 8e4df273278792073fe39fdf64df0c4618b18de7 Mon Sep 17 00:00:00 2001 From: g0dsCookie Date: Sat, 24 Sep 2022 13:38:02 +0200 Subject: [PATCH] disable health check for now, changed strategy to recreate --- charts/icinga2/Chart.yaml | 2 +- charts/icinga2/templates/icinga2.yaml | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/charts/icinga2/Chart.yaml b/charts/icinga2/Chart.yaml index a9b9fb3..be1414e 100644 --- a/charts/icinga2/Chart.yaml +++ b/charts/icinga2/Chart.yaml @@ -3,5 +3,5 @@ name: icinga2 icon: https://icinga.com/docs/icinga-2/latest/assets/images/favicon.png description: Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. type: application -version: 0.1.2 +version: 0.1.3 appVersion: "2.13.5" diff --git a/charts/icinga2/templates/icinga2.yaml b/charts/icinga2/templates/icinga2.yaml index 8c6e82e..06e0075 100644 --- a/charts/icinga2/templates/icinga2.yaml +++ b/charts/icinga2/templates/icinga2.yaml @@ -8,6 +8,8 @@ spec: selector: matchLabels: {{- include "icinga2.selectorLabels" . | nindent 6 }} + strategy: + type: Recreate template: metadata: {{- with .Values.icinga2.podAnnotations }} @@ -47,16 +49,6 @@ spec: - name: api containerPort: 5665 protocol: TCP - livenessProbe: - httpGet: - scheme: HTTPS - path: / - port: api - readinessProbe: - httpGet: - scheme: HTTPS - path: / - port: api resources: {{- toYaml .Values.icinga2.resources | nindent 12 }} volumeMounts: