1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

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

Fixes #98
This commit is contained in:
Frank Denis 2021-01-18 00:31:49 +01:00 committed by GitHub
parent a1016974e0
commit 20f8abc760
Signed by: GitHub
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