🐞 GKE deployment saves $$ by not logging so much

Also, it uses the new ENTRYPOINT instead of the old CMD.
This commit is contained in:
Brian Cunnie
2022-11-26 18:42:16 -08:00
parent 8052a84428
commit 37e4ab7537

View File

@@ -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