mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 22:18:00 +00:00
f5c32f71f4
* ci: add kubernetes helm chart and gcp deployment * use official or parity's docker images only
11 lines
158 B
YAML
11 lines
158 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: substrate
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: substrate
|
|
maxUnavailable: 1
|
|
|