1 parent ff554f7 commit f1a6950Copy full SHA for f1a6950
1 file changed
infra/helm/mimir/values.yaml
@@ -232,10 +232,11 @@ mimir-distributed:
232
cpu: 1
233
memory: 512Mi
234
235
- # ingress:
236
- # enabled: true
237
- # ingressClassName: nginx
238
- # hosts:
239
- # - host: "mimir.stevejcliu.com"
240
- # paths:
241
- # - path: /
+ ingress:
+ enabled: true
+ ingressClassName: nginx
+ hosts:
+ - host: mimir.stevejcliu.com
+ paths:
+ - path: /
242
+ pathType: Prefix
0 commit comments