diff options
Diffstat (limited to 'kubernetes/namespaces')
| -rw-r--r-- | kubernetes/namespaces/monitoring/prometheus/deployment.yaml | 2 | ||||
| -rw-r--r-- | kubernetes/namespaces/monitoring/prometheus/ingress.yaml | 5 | 
2 files changed, 4 insertions, 3 deletions
| diff --git a/kubernetes/namespaces/monitoring/prometheus/deployment.yaml b/kubernetes/namespaces/monitoring/prometheus/deployment.yaml index 5a806ff..2dd1e2d 100644 --- a/kubernetes/namespaces/monitoring/prometheus/deployment.yaml +++ b/kubernetes/namespaces/monitoring/prometheus/deployment.yaml @@ -21,7 +21,7 @@ spec:          args: [            "--storage.tsdb.path", "/opt/prometheus/data",            "--config.file", "/etc/prometheus/prometheus.yaml", -          "--web.external-url", "https://prometheus.pythondiscord.com", +          "--web.external-url", "https://prometheus.pydis.wtf",            "--web.enable-lifecycle",            "--web.enable-admin-api",            "--web.page-title", "Python Discord Prometheus", 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: / | 
