Skip to content

Commit f1a6950

Browse files
committed
Update values.yaml
1 parent ff554f7 commit f1a6950

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

infra/helm/mimir/values.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,11 @@ mimir-distributed:
232232
cpu: 1
233233
memory: 512Mi
234234

235-
# ingress:
236-
# enabled: true
237-
# ingressClassName: nginx
238-
# hosts:
239-
# - host: "mimir.stevejcliu.com"
240-
# paths:
241-
# - path: /
235+
ingress:
236+
enabled: true
237+
ingressClassName: nginx
238+
hosts:
239+
- host: mimir.stevejcliu.com
240+
paths:
241+
- path: /
242+
pathType: Prefix

0 commit comments

Comments
 (0)