Updated to push to VM cluster as well as prom

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-06-02 21:16:51 +01:00
parent f942f9e358
commit a9c8e36931
4 changed files with 46 additions and 4 deletions

View File

@@ -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
---