Removed prometheus

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-06-07 06:53:32 +01:00
parent 790c7304ab
commit 13a05fe75f
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
5 changed files with 0 additions and 32 deletions

View File

@ -14,7 +14,6 @@ data:
"tasks.cluster.fun": "tasks.cluster.local",
"api.tasks.cluster.fun": "api.tasks.cluster.local",
"mealie.cluster.fun": "mealie.cluster.local",
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
"vmcluster.auth-proxy.svc": "vmcluster.cluster.local",
"loki.auth-proxy.svc": "loki.cluster.local",
"loki.auth-proxy.svc:80": "loki.cluster.local"

View File

@ -142,7 +142,6 @@ spec:
image: "victoriametrics/vmagent:v1.77.2"
imagePullPolicy: "IfNotPresent"
args:
- -remoteWrite.url=http://prometheus.proxy-civo.svc/api/v1/write
- -remoteWrite.url=http://vmcluster.proxy-civo.svc/insert/0/prometheus/
- -remoteWrite.showURL
- -promscrape.config=/config/prometheus.yml

View File

@ -26,34 +26,6 @@ spec:
port:
number: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: prometheus
namespace: auth-proxy
labels:
app: prometheus
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- prometheus.cluster.fun
secretName: prometheus-ingress
rules:
- host: prometheus.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: auth-proxy
port:
number: 80
---
apiVersion: v1
kind: Secret
metadata:

View File

@ -142,7 +142,6 @@ spec:
image: "victoriametrics/vmagent:v1.77.2"
imagePullPolicy: "IfNotPresent"
args:
- -remoteWrite.url=http://prometheus.auth-proxy.svc/api/v1/write
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
- -remoteWrite.showURL
- -promscrape.config=/config/prometheus.yml

View File

@ -18,7 +18,6 @@ metadata:
data:
mapping.json: |
{
"prometheus.proxy-civo.svc": "prometheus.cluster.local",
"vmcluster.proxy-civo.svc": "vmcluster.cluster.local",
"loki.proxy-civo.svc": "loki.cluster.local",
"loki.proxy-civo.svc:80": "loki.cluster.local"