Skip to content

Commit

Permalink
remove init containers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 19, 2020
1 parent 5fdf1c5 commit 7a1c6fb
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions k8s/polkadot-private-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ spec:
protocol: TCP
- port: 30333
protocol: TCP
- port: 30334
protocol: TCP
- port: 30100
protocol: TCP
ingress:
- ports:
- port: 30333
Expand Down Expand Up @@ -119,19 +123,6 @@ spec:
secret:
secretName: polkadot-node-keys
initContainers:
- name: polkadot-node-key-configurator
image: polkadot-node-key-configurator
volumeMounts:
- name: polkadot-private-node-pv-claim
mountPath: /polkadot
- name: polkadot-node-keys
mountPath: /polkadot-node-keys
env:
- name: KUBERNETES_NAME_PREFIX
valueFrom:
configMapKeyRef:
name: polkadot-configmap
key: KUBERNETES_NAME_PREFIX
- name: polkadot-archive-downloader
image: polkadot-archive-downloader
volumeMounts:
Expand Down

0 comments on commit 7a1c6fb

Please sign in to comment.