From 2fbe43a1f8d5497653e4897f43b24c8384d3fbfb Mon Sep 17 00:00:00 2001 From: Lilly Sell Date: Wed, 25 Jun 2025 14:52:18 +0200 Subject: [PATCH] chore: Overwrite nubus liveness probe with dummy probe --- helmfile/apps/nubus/helmfile-child.yaml.gotmpl | 1 + .../apps/nubus/values-nubus-custom.yaml.gotmpl | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl diff --git a/helmfile/apps/nubus/helmfile-child.yaml.gotmpl b/helmfile/apps/nubus/helmfile-child.yaml.gotmpl index 7cf92bed..170bba6a 100644 --- a/helmfile/apps/nubus/helmfile-child.yaml.gotmpl +++ b/helmfile/apps/nubus/helmfile-child.yaml.gotmpl @@ -44,6 +44,7 @@ releases: version: "{{ .Values.charts.nubus.version }}" values: - "values-nubus.yaml.gotmpl" + - "values-nubus-custom.yaml.gotmpl" {{- range .Values.customization.release.ums }} - {{ . }} {{- end }} diff --git a/helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl b/helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl new file mode 100644 index 00000000..86247072 --- /dev/null +++ b/helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH +# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS" +# SPDX-License-Identifier: Apache-2.0 +nubusUmcServer: +# extraVolumes: +# - name: custom-liveness-probe +# extraVolumeMounts: +# - name: custom-liveness-probe + probes: + liveness: + tcpSocket: ~ + exec: + command: + - "true" \ No newline at end of file