mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 20:11:06 +00:00
f17258c14d
* ci: add Dockerfile and its build * make docker version tag * polkadot with static ip address in nodeport stateful set on kubernetes * use helm for templating * enable rbac for polkadot
11 lines
156 B
YAML
11 lines
156 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: polkadot
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: polkadot
|
|
maxUnavailable: 1
|
|
|