mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 00:11:38 +01:00
chore: Overwrite nubus liveness probe with dummy probe
This commit is contained in:
@@ -44,6 +44,7 @@ releases:
|
|||||||
version: "{{ .Values.charts.nubus.version }}"
|
version: "{{ .Values.charts.nubus.version }}"
|
||||||
values:
|
values:
|
||||||
- "values-nubus.yaml.gotmpl"
|
- "values-nubus.yaml.gotmpl"
|
||||||
|
- "values-nubus-custom.yaml.gotmpl"
|
||||||
{{- range .Values.customization.release.ums }}
|
{{- range .Values.customization.release.ums }}
|
||||||
- {{ . }}
|
- {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
14
helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl
Normal file
14
helmfile/apps/nubus/values-nubus-custom.yaml.gotmpl
Normal 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"
|
||||||
Reference in New Issue
Block a user