From 6065b73d13eea1449fa55c1460c132b6ad5f92be Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Sat, 1 Nov 2025 19:00:33 +0000 Subject: [PATCH] fix port metadata --- chart/templates/auth/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/auth/deployment.yaml b/chart/templates/auth/deployment.yaml index 1142b9c1..14a78593 100644 --- a/chart/templates/auth/deployment.yaml +++ b/chart/templates/auth/deployment.yaml @@ -85,7 +85,7 @@ spec: {{- end }} ports: - name: main - containerPort: 8901 + containerPort: 4568 protocol: TCP {{- with .Values.auth.kyoo_auth.livenessProbe }} livenessProbe: