From 246805ac15a2d85237d834f9da6dfabcc60270c6 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 20 Apr 2020 20:14:56 -0400 Subject: [PATCH] change port --- k8s/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index d946c24..efb2210 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -28,7 +28,7 @@ spec: - --entrypoints.websecure.http.tls=true - --providers.kubernetescrd - --metrics.statsd=true - - --metrics.statsd.address=graphite.ducoterra.net:2003 + - --metrics.statsd.address=graphite.ducoterra.net:8125 ports: - name: web containerPort: 9080