Skip to content

Commit 64341ac

Browse files
authored
Add ETCD_DATA_DIR and ETCD_ADVERTISE_CLIENT_URLS env vars
1 parent 57526c4 commit 64341ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

k8/etcd-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ spec:
2020
- env:
2121
- name: ALLOW_NONE_AUTHENTICATION
2222
value: "yes"
23+
- name: ETCD_DATA_DIR
24+
value: /bitnami/etcd
2325
- name: ETCD_LISTEN_CLIENT_URLS
2426
value: http://0.0.0.0:2379
27+
- name: ETCD_ADVERTISE_CLIENT_URLS
28+
value: http://0.0.0.0:2379
2529
image: quay.io/coreos/etcd:v3.6.5
2630
name: etcd
2731
volumeMounts:

0 commit comments

Comments
 (0)