diff options
| -rw-r--r-- | docs/content/docs/onboarding/tools.md | 2 | ||||
| -rw-r--r-- | kubernetes/namespaces/monitoring/prometheus/deployment.yaml | 2 | ||||
| -rw-r--r-- | kubernetes/namespaces/monitoring/prometheus/ingress.yaml | 5 | 
3 files changed, 5 insertions, 4 deletions
| diff --git a/docs/content/docs/onboarding/tools.md b/docs/content/docs/onboarding/tools.md index d1e1d79..7568e59 100644 --- a/docs/content/docs/onboarding/tools.md +++ b/docs/content/docs/onboarding/tools.md @@ -40,7 +40,7 @@ listed below:  Accessed via a GitHub login, with permission for anyone in the dev-core or  dev-ops team. -## [Prometheus Dashboard](https://prometheus.pythondiscord.com/) (☁️)) +## [Prometheus Dashboard](https://prometheus.pydis.wtf/) (☁️))  This provides access to the Prometheus query console. You may also enjoy the  [Alertmanager Console](https://alertmanager.pythondiscord.com/). 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: / | 
