From 904808b1c5232ee8df0e66debf9e64c5e85ae991 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sun, 16 Feb 2020 20:02:35 +0100 Subject: [PATCH] add port to pushgw url --- k8up/k8up.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8up/k8up.yaml b/k8up/k8up.yaml index dc696a6..63173fe 100644 --- a/k8up/k8up.yaml +++ b/k8up/k8up.yaml @@ -166,7 +166,7 @@ spec: - name: BACKUP_GLOBALS3BUCKET value: knurrli-k8up - name: BACKUP_PROMURL - value: prometheus-pushgateway.monitoring.svc + value: prometheus-pushgateway.monitoring.svc:9091 ports: - containerPort: 8080 protocol: TCP