@@ -3,8 +3,6 @@ kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/auth-signin: https://$host/oauth2/start?rd=$escaped_request_uri
|
||||
nginx.ingress.kubernetes.io/auth-url: https://$host/oauth2/auth
|
||||
name: prometheus-k8s
|
||||
namespace: monitoring
|
||||
spec:
|
||||
@@ -15,9 +13,9 @@ spec:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: oauth2-proxy-prometheus-service
|
||||
name: prometheus-k8s
|
||||
port:
|
||||
number: 4180
|
||||
name: web
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user