-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated aks and cdn creation scripts
- Loading branch information
1 parent
6481b78
commit be623b4
Showing
4 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
--- | ||
# defaults file for digitransit-azure-cdn | ||
rg_env_prefix: "{{project}}-{{az_environment}}{{gateway_name_postfix}}" | ||
resource_group_name: "{{rg_env_prefix}}-appgw-rg" | ||
resource_group_name: "{{project}}-{{az_environment}}-cdn" | ||
cdn_sku: Standard_Verizon | ||
origin_host: dev-api.digitransit.fi | ||
origin_header: dev-api.digitransit.fi | ||
origin_path: / | ||
compression: true | ||
mime_types: "text/plain text/html text/css text/javascript application/x-javascript application/javascript application/json application/xml" | ||
https: false | ||
http: false | ||
http_port: 80 | ||
https_port: 443 | ||
#this is more for logical naming of the object its pointing to i.e the endpoint | ||
endpoint: origin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters