diff options
| author | 2024-05-14 02:26:49 +0100 | |
|---|---|---|
| committer | 2024-05-14 02:33:27 +0100 | |
| commit | 108e071b8b313adcb772c01e5e71551cfeed3c59 (patch) | |
| tree | bb45be8a6b15f4b960e57eff92841020fb16537e | |
| parent | Reflect pydis.wtf cert to monitoring namespace (diff) | |
Update Grafana ingress to grafana.pydis.wtf
| -rw-r--r-- | kubernetes/namespaces/monitoring/grafana/ingress.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/kubernetes/namespaces/monitoring/grafana/ingress.yaml b/kubernetes/namespaces/monitoring/grafana/ingress.yaml index 4331333..60336e7 100644 --- a/kubernetes/namespaces/monitoring/grafana/ingress.yaml +++ b/kubernetes/namespaces/monitoring/grafana/ingress.yaml @@ -10,10 +10,10 @@ metadata:  spec:    tls:    - hosts: -      - "*.pythondiscord.com" -    secretName: pythondiscord.com-tls +      - "*.pydis.wtf" +    secretName: pydis.wtf-tls    rules: -  - host: grafana.pythondiscord.com +  - host: grafana.pydis.wtf      http:        paths:        - path: / | 
