Skip to content

Commit

Permalink
disable health check for now, changed strategy to recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dsCookie committed Sep 24, 2022
1 parent 4e09064 commit 8e4df27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/icinga2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
12 changes: 2 additions & 10 deletions charts/icinga2/templates/icinga2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
selector:
matchLabels:
{{- include "icinga2.selectorLabels" . | nindent 6 }}
strategy:
type: Recreate
template:
metadata:
{{- with .Values.icinga2.podAnnotations }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8e4df27

Please sign in to comment.