From eae3ac8e0fed535b5f294d7ccc83ee6fe95163de Mon Sep 17 00:00:00 2001 From: outductor Date: Sat, 13 Jan 2024 20:35:20 +0900 Subject: [PATCH] update yaml --- .../seichi-kubernetes/apps/growi-system/growi/deployment.yaml | 3 ++- terraform/main.tf | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/growi/deployment.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/growi/deployment.yaml index b344d7a3b..00ce104aa 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/growi/deployment.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/growi-system/growi/deployment.yaml @@ -53,7 +53,8 @@ spec: name: growi-github-sso key: OAUTH_GITHUB_CLIENT_SECRET ports: - - containerPort: 3000 + - name: http + containerPort: 3000 livenessProbe: httpGet: path: / diff --git a/terraform/main.tf b/terraform/main.tf index a359f8f95..a5323ad4a 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -329,3 +329,5 @@ variable "growi_github_sso_client_secret" { type = string sensitive = true } + +#endregion