diff options
Diffstat (limited to 'kubernetes/namespaces/monitoring/prometheus/ingress.yaml')
| -rw-r--r-- | kubernetes/namespaces/monitoring/prometheus/ingress.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/namespaces/monitoring/prometheus/ingress.yaml b/kubernetes/namespaces/monitoring/prometheus/ingress.yaml index 69e240a..ac5d6be 100644 --- a/kubernetes/namespaces/monitoring/prometheus/ingress.yaml +++ b/kubernetes/namespaces/monitoring/prometheus/ingress.yaml @@ -10,9 +10,10 @@ metadata: spec: tls: - hosts: - - "*.pythondiscord.com" + - "*.pydis.wtf" + secretName: pydis.wtf-tls rules: - - host: prometheus.pythondiscord.com + - host: prometheus.pydis.wtf http: paths: - path: / |