Skip to content

Commit

Permalink
fix: use multi-pod dns for etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 17, 2024
1 parent 5956ef6 commit 5ab976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ vcluster:
vcluster:
env:
- name: K3S_DATASTORE_ENDPOINT
value: http://iodine-etcd:2379
value: http://iodine-etcd-0:2379,http://iodine-etcd-1:2379,http://iodine-etcd-2:2379


0 comments on commit 5ab976a

Please sign in to comment.