diff options
author | 2024-05-14 03:36:34 +0100 | |
---|---|---|
committer | 2024-05-14 15:15:53 +0100 | |
commit | 5d2f470e3d2a692a73baba668f62fca6e7cabd6a (patch) | |
tree | 93669e2200a4c4345b906ba262a18ca0f0762b09 /kubernetes/namespaces/monitoring | |
parent | Move policy-bot to pydis.wtf (diff) |
Move prometheus to pydis.wtf
Diffstat (limited to 'kubernetes/namespaces/monitoring')
-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: / |