From 7431dd452401229331e548cf6efed9e275c5905d Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 3 May 2025 03:23:07 +0000 Subject: [PATCH] fix: yaml type error --- manifests/common/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common/app.yaml b/manifests/common/app.yaml index daace3e..0274c06 100644 --- a/manifests/common/app.yaml +++ b/manifests/common/app.yaml @@ -75,7 +75,7 @@ spec: containerPort: 8080 env: - name: ELEMENT_WEB_PORT - value: 8080 + value: "8080" volumeMounts: - name: config mountPath: /app/config.json