From 5ee070006222a30c266876ba6b7d887ab5cfc431 Mon Sep 17 00:00:00 2001 From: ytshih Date: Sun, 13 Oct 2024 14:08:39 +0000 Subject: [PATCH] Fix: ENV type error --- k8s/deploy.amane-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deploy.amane-frontend.yaml b/k8s/deploy.amane-frontend.yaml index c6c38e6..5f07538 100644 --- a/k8s/deploy.amane-frontend.yaml +++ b/k8s/deploy.amane-frontend.yaml @@ -24,6 +24,6 @@ spec: containerPort: 3000 env: - name: WDS_SOCKET_PORT - value: 0 + value: '0' imagePullSecrets: - name: regcred