Kubernetes example: Prometheus option is -M, not -P

Fixes #98
pull/100/head
Frank Denis 3 years ago committed by GitHub
parent a1016974e0
commit 20f8abc760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ spec:
containers:
- name: dnscrypt-init
image: jedisct1/dnscrypt-server
command: ["/entrypoint.sh", "init", "-A", "-P", "0.0.0.0:9100", "-N", "example.com", "-E", "192.0.2.53:443"]
command: ["/entrypoint.sh", "init", "-A", "-M", "0.0.0.0:9100", "-N", "example.com", "-E", "192.0.2.53:443"]
volumeMounts:
- name: dnscrypt-keys
mountPath: /opt/encrypted-dns/etc/keys

Loading…
Cancel
Save