chore: Overwrite nubus liveness probe with dummy probe

This commit is contained in:
Lilly Sell
2025-06-25 14:52:18 +02:00
parent 3df9342b31
commit 2fbe43a1f8
2 changed files with 15 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -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"