|
@ -27,7 +27,7 @@ objects: |
|
|
containers: |
|
|
containers: |
|
|
- env: |
|
|
- env: |
|
|
- name: IdentityUrl |
|
|
- name: IdentityUrl |
|
|
value: ${IDENTITY_API_URL} |
|
|
|
|
|
|
|
|
value: ${IDENTITY_URL_EXTERNAL} |
|
|
- name: PurchaseUrl |
|
|
- name: PurchaseUrl |
|
|
value: ${WEB_SHOPPING_API_GATEWAY_URL} |
|
|
value: ${WEB_SHOPPING_API_GATEWAY_URL} |
|
|
- name: MarketingUrl |
|
|
- name: MarketingUrl |
|
@ -96,9 +96,9 @@ parameters: |
|
|
name: TEMPLATE_NAME |
|
|
name: TEMPLATE_NAME |
|
|
required: true |
|
|
required: true |
|
|
value: webspa-deploy-template |
|
|
value: webspa-deploy-template |
|
|
- description: The cluster internal URL of the Identity endpoint |
|
|
|
|
|
displayName: Identity URL |
|
|
|
|
|
name: IDENTITY_API_URL |
|
|
|
|
|
|
|
|
- description: The external URL of the Identity endpoint |
|
|
|
|
|
displayName: Identity URL External |
|
|
|
|
|
name: IDENTITY_URL_EXTERNAL |
|
|
required: true |
|
|
required: true |
|
|
- description: The URL of the Web Shopping API Gateway endpoint |
|
|
- description: The URL of the Web Shopping API Gateway endpoint |
|
|
displayName: Web Shopping API Gateway URL |
|
|
displayName: Web Shopping API Gateway URL |
|
|