Browse Source

Updated yaml filename

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
57348fc131
2 changed files with 4 additions and 4 deletions
  1. +4
    -4
      deploy/aro/apigw-templates/apigw-deploy-template.yml
  2. +0
    -0
      deploy/aro/mobilemarketingapigw/envoy.yaml

+ 4
- 4
deploy/aro/apigw-templates/apigw-deploy-template.yml View File

@ -29,8 +29,8 @@ objects:
configMap: configMap:
name: ${APPLICATION_NAME}-config-map name: ${APPLICATION_NAME}-config-map
items: items:
- key: envoy.yml
path: envoy.yml
- key: envoy.yaml
path: envoy.yaml
containers: containers:
- env: - env:
- name: PATH_BASE - name: PATH_BASE
@ -54,8 +54,8 @@ objects:
configMap: configMap:
name: ${APPLICATION_NAME}-config-map name: ${APPLICATION_NAME}-config-map
items: items:
- key: envoy.yml
path: envoy.yml
- key: envoy.yaml
path: envoy.yaml
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
restartPolicy: Always restartPolicy: Always
schedulerName: default-scheduler schedulerName: default-scheduler


deploy/aro/mobilemarketingapigw/envoy.yml → deploy/aro/mobilemarketingapigw/envoy.yaml View File


Loading…
Cancel
Save