Skip to content

Commit

Permalink
Correct https for monitoring.prow.istio.io (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Apr 23, 2020
1 parent 6e9e0f6 commit c0ffdf6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
12 changes: 4 additions & 8 deletions prow/cluster/monitoring/grafana_expose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ metadata:
annotations:
kubernetes.io/ingress.global-static-ip-name: prow-monitoring-grafana
kubernetes.io/ingress.class: "gce"
networking.gke.io/managed-certificates: monitoring-prow-k8s-io
networking.gke.io/managed-certificates: monitoring-prow-istio-io
name: grafana
namespace: prow-monitoring
spec:
rules:
- host: monitoring.prow.istio.io
http:
paths:
- backend:
serviceName: grafana
servicePort: 80
backend:
serviceName: grafana
servicePort: 80
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: networking.gke.io/v1beta1
kind: ManagedCertificate
metadata:
labels:
app.kubernetes.io/part-of: prow
name: monitoring-prow-istio-io
namespace: prow-monitoring
spec:
domains:
- monitoring.prow.istio.io

0 comments on commit c0ffdf6

Please sign in to comment.