Updated to push to VM cluster as well as prom
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
f942f9e358
commit
a9c8e36931
@ -15,6 +15,7 @@ data:
|
||||
"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"
|
||||
}
|
||||
@ -142,6 +143,23 @@ spec:
|
||||
app: internal-proxy
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: vmcluster
|
||||
namespace: auth-proxy
|
||||
labels:
|
||||
app: internal-proxy
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: internal-proxy
|
||||
type: ClusterIP
|
||||
---
|
||||
|
||||
|
||||
apiVersion: apps/v1
|
||||
|
@ -115,11 +115,13 @@ data:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vmagent
|
||||
namespace: monitoring
|
||||
labels:
|
||||
app.kubernetes.io/name: victoria-metrics
|
||||
app.kubernetes.io/component: agent
|
||||
name: vmagent
|
||||
namespace: monitoring
|
||||
annotations:
|
||||
configmap.reloader.stakater.com/reload: "vmagent"
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
@ -141,6 +143,7 @@ spec:
|
||||
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
|
||||
volumeMounts:
|
||||
|
@ -115,11 +115,13 @@ data:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: vmagent
|
||||
namespace: monitoring
|
||||
labels:
|
||||
app.kubernetes.io/name: victoria-metrics
|
||||
app.kubernetes.io/component: agent
|
||||
name: vmagent
|
||||
namespace: monitoring
|
||||
annotations:
|
||||
configmap.reloader.stakater.com/reload: "vmagent"
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate
|
||||
@ -141,6 +143,7 @@ spec:
|
||||
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
|
||||
volumeMounts:
|
||||
|
@ -19,6 +19,7 @@ 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"
|
||||
}
|
||||
@ -129,3 +130,20 @@ spec:
|
||||
app: internal-proxy
|
||||
type: ClusterIP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: vmcluster
|
||||
namespace: proxy-civo
|
||||
labels:
|
||||
app: internal-proxy
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: internal-proxy
|
||||
type: ClusterIP
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user