mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 00:23:44 +08:00
🐞 GKE deployment saves $$ by not logging so much
Also, it uses the new ENTRYPOINT instead of the old CMD.
This commit is contained in:
@@ -20,9 +20,9 @@ spec:
|
|||||||
image: cunnie/sslip.io-dns-server:latest
|
image: cunnie/sslip.io-dns-server:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- /usr/sbin/sslip.io-dns-server
|
|
||||||
- -etcdHost
|
- -etcdHost
|
||||||
- k-v-io-etcd-cluster.default.svc.cluster.local:2379
|
- k-v-io-etcd-cluster.default.svc.cluster.local:2379
|
||||||
|
- quiet
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
Reference in New Issue
Block a user