Skip to content

Commit 6f07ecd

Browse files
committed
fix(#722): fix torii-config in kubernetes-setup
The new port-range was missing in the helm-chart, so the kubernetes-deployment failed. Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
1 parent d2c3989 commit 6f07ecd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deploy/k8s/ainari/templates/torii/torii-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ data:
2020
[miko]
2121
address = "https://miko-tls-service.default.svc.cluster.local:8443"
2222
23+
[ports]
24+
min_port = {{ .Values.torii.portRange.start }}
25+
max_port = {{ .Values.torii.portRange.end }}
26+
2327
kind: ConfigMap

0 commit comments

Comments
 (0)