Skip to content

Commit

Permalink
Merge pull request #1705 from GiganticMinecraft/add_growi_components
Browse files Browse the repository at this point in the history
update yaml
  • Loading branch information
outductor authored Jan 13, 2024
2 parents b7695b7 + eae3ac8 commit ac99cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ spec:
name: growi-github-sso
key: OAUTH_GITHUB_CLIENT_SECRET
ports:
- containerPort: 3000
- name: http
containerPort: 3000
livenessProbe:
httpGet:
path: /
Expand Down
2 changes: 2 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,5 @@ variable "growi_github_sso_client_secret" {
type = string
sensitive = true
}

#endregion

0 comments on commit ac99cbc

Please sign in to comment.