From 2e8d560efd9d564e7b8c5115a8298c35830ae3df Mon Sep 17 00:00:00 2001 From: outductor Date: Sat, 13 Jan 2024 22:18:22 +0900 Subject: [PATCH] add param --- .../apps/growi-system/hackmd/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/hackmd/deployment.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/hackmd/deployment.yaml index 5873831c3..e44e0019c 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/hackmd/deployment.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/hackmd/deployment.yaml @@ -35,6 +35,12 @@ spec: key: db-url - name: CMD_DOMAIN value: "https://hackmd.onp-k8s.admin.seichi.click" + - name: CMD_ALLOW_ORIGIN + value: "hackmd.onp-k8s.admin.seichi.click, hackmd" + - name: CMD_URL_ADDPORT + value: "false" + - name: CMD_USECDN + value: "true" ports: - name: http containerPort: 3000