diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-10-30 14:08:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-30 14:08:41 +0000 |
commit | 7102af90c8c37f8c9c196d79920453fdc6db2da1 (patch) | |
tree | 9be2abe52c5fe741d282cdef2789f972777cc738 /kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml | |
parent | 5459713dc2d29f399ceb274390161d4b95011c7b (diff) | |
parent | 5ad860d4543687809f5650894def72b0532e0824 (diff) |
Merge "[Music] Adjust Pods Requests/Limits"
Diffstat (limited to 'kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml b/kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml index 2e04b15561..2a38a6aad0 100755 --- a/kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml +++ b/kubernetes/common/music/charts/music-tomcat/templates/deployment.yaml @@ -40,7 +40,7 @@ spec: - /root/ready.py args: - --container-name - - zookeeper + - zookeeper env: - name: NAMESPACE valueFrom: @@ -101,7 +101,7 @@ spec: mountPath: /opt/app/music/etc/music.properties subPath: music.properties resources: -{{ toYaml .Values.resources | indent 10 }} +{{ include "common.resources" . | indent 12 }} volumes: - name: shared-data emptyDir: {} |