mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 07:27:55 +00:00
5606afd886
* update helm chart from substrate * ci: change container image to kubetools
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
|
|
|