Browse Source

Updated volume name

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
5efe1dbec3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml

+ 2
- 2
deploy/aro/mobilemarketingapigw/mobilemarketingapigw-deploy-template.yml View File

@ -39,7 +39,7 @@ objects:
imagePullPolicy: Always imagePullPolicy: Always
name: ${APPLICATION_NAME} name: ${APPLICATION_NAME}
volumeMounts: volumeMounts:
- name: envoy-volume
- name: config
mountPath: /etc/envoy mountPath: /etc/envoy
ports: ports:
- containerPort: 8080 - containerPort: 8080
@ -50,7 +50,7 @@ objects:
terminationMessagePath: /dev/termination-log terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File terminationMessagePolicy: File
volumes: volumes:
- name: envoy-volume
- name: config
configMap: configMap:
name: mobilemarketingapigw-config-map name: mobilemarketingapigw-config-map
items: items:


Loading…
Cancel
Save