Removed prometheus
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
790c7304ab
commit
13a05fe75f
@ -14,7 +14,6 @@ data:
|
|||||||
"tasks.cluster.fun": "tasks.cluster.local",
|
"tasks.cluster.fun": "tasks.cluster.local",
|
||||||
"api.tasks.cluster.fun": "api.tasks.cluster.local",
|
"api.tasks.cluster.fun": "api.tasks.cluster.local",
|
||||||
"mealie.cluster.fun": "mealie.cluster.local",
|
"mealie.cluster.fun": "mealie.cluster.local",
|
||||||
"prometheus.auth-proxy.svc": "prometheus.cluster.local",
|
|
||||||
"vmcluster.auth-proxy.svc": "vmcluster.cluster.local",
|
"vmcluster.auth-proxy.svc": "vmcluster.cluster.local",
|
||||||
"loki.auth-proxy.svc": "loki.cluster.local",
|
"loki.auth-proxy.svc": "loki.cluster.local",
|
||||||
"loki.auth-proxy.svc:80": "loki.cluster.local"
|
"loki.auth-proxy.svc:80": "loki.cluster.local"
|
||||||
|
@ -142,7 +142,6 @@ spec:
|
|||||||
image: "victoriametrics/vmagent:v1.77.2"
|
image: "victoriametrics/vmagent:v1.77.2"
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
args:
|
args:
|
||||||
- -remoteWrite.url=http://prometheus.proxy-civo.svc/api/v1/write
|
|
||||||
- -remoteWrite.url=http://vmcluster.proxy-civo.svc/insert/0/prometheus/
|
- -remoteWrite.url=http://vmcluster.proxy-civo.svc/insert/0/prometheus/
|
||||||
- -remoteWrite.showURL
|
- -remoteWrite.showURL
|
||||||
- -promscrape.config=/config/prometheus.yml
|
- -promscrape.config=/config/prometheus.yml
|
||||||
|
@ -26,34 +26,6 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: 80
|
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
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -142,7 +142,6 @@ spec:
|
|||||||
image: "victoriametrics/vmagent:v1.77.2"
|
image: "victoriametrics/vmagent:v1.77.2"
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
args:
|
args:
|
||||||
- -remoteWrite.url=http://prometheus.auth-proxy.svc/api/v1/write
|
|
||||||
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
|
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
|
||||||
- -remoteWrite.showURL
|
- -remoteWrite.showURL
|
||||||
- -promscrape.config=/config/prometheus.yml
|
- -promscrape.config=/config/prometheus.yml
|
||||||
|
@ -18,7 +18,6 @@ metadata:
|
|||||||
data:
|
data:
|
||||||
mapping.json: |
|
mapping.json: |
|
||||||
{
|
{
|
||||||
"prometheus.proxy-civo.svc": "prometheus.cluster.local",
|
|
||||||
"vmcluster.proxy-civo.svc": "vmcluster.cluster.local",
|
"vmcluster.proxy-civo.svc": "vmcluster.cluster.local",
|
||||||
"loki.proxy-civo.svc": "loki.cluster.local",
|
"loki.proxy-civo.svc": "loki.cluster.local",
|
||||||
"loki.proxy-civo.svc:80": "loki.cluster.local"
|
"loki.proxy-civo.svc:80": "loki.cluster.local"
|
||||||
|
Loading…
Reference in New Issue
Block a user