diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 770a7d5..f2a2d02 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -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" diff --git a/manifests/monitoring-civo/vmagent.yaml b/manifests/monitoring-civo/vmagent.yaml index ec84177..26af667 100644 --- a/manifests/monitoring-civo/vmagent.yaml +++ b/manifests/monitoring-civo/vmagent.yaml @@ -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 diff --git a/manifests/monitoring/ingess.yaml b/manifests/monitoring/ingess.yaml index 4df5e89..b109f6c 100644 --- a/manifests/monitoring/ingess.yaml +++ b/manifests/monitoring/ingess.yaml @@ -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: diff --git a/manifests/monitoring/vmagent.yaml b/manifests/monitoring/vmagent.yaml index 603899e..36da8fe 100644 --- a/manifests/monitoring/vmagent.yaml +++ b/manifests/monitoring/vmagent.yaml @@ -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 diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index a74ddcc..8ef6969 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -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"