Mimir 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 --