From 37e4ab7537ddabcee090bcc628df1f5e9c773cc1 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 26 Nov 2022 18:42:16 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20GKE=20deployment=20saves=20$$=20?= =?UTF-8?q?by=20not=20logging=20so=20much?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, it uses the new ENTRYPOINT instead of the old CMD. --- k8s/sslip.io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/sslip.io.yml b/k8s/sslip.io.yml index c6bbae6..51dc122 100644 --- a/k8s/sslip.io.yml +++ b/k8s/sslip.io.yml @@ -20,9 +20,9 @@ spec: 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 + - quiet ports: - containerPort: 53 protocol: UDP