From 28ae9b43488db323b16fb8bb8ad87409b96d29fd Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 17 Apr 2022 20:17:24 -0700 Subject: [PATCH] k8s: use the etcd cluster IP for queries Note: this didn't work. So sad. --- k8s/sslip.io.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/sslip.io.yml b/k8s/sslip.io.yml index b5bed4a..c6bbae6 100644 --- a/k8s/sslip.io.yml +++ b/k8s/sslip.io.yml @@ -19,6 +19,10 @@ spec: - name: sslip-container image: cunnie/sslip.io-dns-server:latest imagePullPolicy: Always + command: + - /usr/sbin/sslip.io-dns-server + - -etcdHost + - k-v-io-etcd-cluster.default.svc.cluster.local:2379 ports: - containerPort: 53 protocol: UDP