mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 05:44:34 +02:00
fix: envoy-gateway migration
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: https-redirect
|
||||
name: pushgateway
|
||||
spec:
|
||||
hostnames:
|
||||
- pushgateway.${SECRET_EXTERNAL_DOMAIN}
|
||||
@@ -17,8 +17,8 @@ spec:
|
||||
- backendRefs:
|
||||
- group: ''
|
||||
kind: Service
|
||||
name: pushgateway
|
||||
namespace: default
|
||||
name: pushgateway-prometheus-pushgateway
|
||||
namespace: observability
|
||||
port: 9091
|
||||
weight: 1
|
||||
matches:
|
||||
|
Reference in New Issue
Block a user