Mimir diff

From UVOO Tech Wiki
Revision as of 21:07, 13 June 2025 by Busk (talk | contribs) (Created page with "helm_upgrade "--install mimir grafana/mimir-distributed -f mimir-distributed.values.yaml" ``` 2153c2153 < size: 30Gi --- > size: 5Gi 2269c2269 < enabled: true ---...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

helm_upgrade "--install mimir grafana/mimir-distributed -f mimir-distributed.values.yaml"

2153c2153
<     size: 30Gi
---
>     size: 5Gi
2269c2269
<     enabled: true
---
>     enabled: false
2271c2271
<     ingressClassName: nginx
---
>     # ingressClassName: nginx
2276c2276
<       - host: mimir.example.org
---
>       - host: nginx.mimir.example.com
2279d2278
<             pathType: Prefix
2286c2285
<           - mimir.example.org
---
>           - nginx.mimir.example.com
2294c2293
<     host: mimir.example.org
---
>     host: nginx.mimir.example.com
2303c2302
<     enabled: true
---
>     enabled: false
2305c2304
<     username: myuser
---
>     username: null
2307c2306
<     password: mypass
---
>     password: null
2495c2494
<   ingressClassName: nginx
---
>   # ingressClassName: nginx
2518c2517
<     - mimir.example.org
---
>     - mimir.example.com
2642c2641
<     enabled: true
---
>     enabled: false
2650c2649
<     ingressClassName: 'nginx'
---
>     ingressClassName: ''
2655c2654
<       - host: mimir.example.org
---
>       - host: mimir.example.com
2664c2663
<           - mimir.example.org
---
>           - mimir.example.com
--