mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
k8s: use the etcd cluster IP for queries
Note: this didn't work. So sad.
This commit is contained in:
@@ -19,6 +19,10 @@ spec:
|
|||||||
- name: sslip-container
|
- name: sslip-container
|
||||||
image: cunnie/sslip.io-dns-server:latest
|
image: cunnie/sslip.io-dns-server:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
command:
|
||||||
|
- /usr/sbin/sslip.io-dns-server
|
||||||
|
- -etcdHost
|
||||||
|
- k-v-io-etcd-cluster.default.svc.cluster.local:2379
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
Reference in New Issue
Block a user