Skip to content

Commit

Permalink
Update deployment_yaml.tpl (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishagg authored and absrivastava committed Dec 24, 2018
1 parent c02ebea commit 87b1faf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployment/terraform/templates/deployment_yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ spec:
name: config-volume
resources:
limits:
cpu: ${cpu_limit}
memory: ${memory_limit}Mi
requests:
cpu: ${cpu_limit}
cpu: ${cpu_request}
memory: ${memory_limit}Mi
env:
- name: "HAYSTACK_OVERRIDES_CONFIG_PATH"
Expand All @@ -55,4 +56,4 @@ spec:
- port: ${service_port}
targetPort: ${container_port}
selector:
k8s-app: ${app_name}
k8s-app: ${app_name}

0 comments on commit 87b1faf

Please sign in to comment.