Updated to push to VM cluster as well as prom
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user