Skip to content

Commit

Permalink
[SDPSUP-344] Added routes and monitoring URLs to .lagoon.yml. (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
conantran authored May 22, 2019
1 parent cf49074 commit 4cbc9ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ tasks:
. scripts/jira-post-comment.sh $JIRA_ENDPOINT $JIRA_USERNAME $JIRA_PASSWORD $LAGOON_GIT_BRANCH sdpa $LAGOON_GIT_BRANCH "$LAGOON_PR_TITLE"
fi
service: storybook

environments:
master:
routes:
- storybook:
- "www.ripple.sdp.vic.gov.au":
tls-acme: 'true'
insecure: Allow
hsts: max-age=31536000
- "ripple.sdp.vic.gov.au":
tls-acme: 'true'
insecure: Allow
hsts: max-age=31536000
monitoring_urls:
- "ripple.sdp.vic.gov.au"

0 comments on commit 4cbc9ec

Please sign in to comment.