mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
53f40c583d
* add option to specifiy substrate node name via environment variable file * gitlab-ci: change job names and adopt to polkadot pipeline * upgrade helm chart Signed-off-by: gabriel <gabriel@parity.io>
11 lines
238 B
YAML
11 lines
238 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: {{ .Values.GitlabEnvSlug | default .Values.app }}
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: {{ .Values.GitlabEnvSlug | default .Values.app }}
|
|
maxUnavailable: 1
|
|
|