Commit c80b1351 authored by vikash.o's avatar vikash.o

Update helm_deployment.yml

parent 7c0f11b7
......@@ -9,9 +9,11 @@ ports:
nodePort: {{ node_port }}
{% endif %}
affinity:
enabled: True
values: [ "klblrserv24","klblrserv23" ]
enabled: true
values: ["aks-agentpool-38836174-vmss000004", "aks-agentpool-38836174-vmss000005", "aks-agentpool-38836174-vmss000007", "aks-agentpool-38836174-vmss000008", "aks-agentpool-38836174-vmss00000a", "aks-agentpool-38836174-vmss00000b"]
podAutoScaler:
enabled: False
......@@ -37,7 +39,7 @@ deployment:
path: {{ liveness_api }}
initialDelaySeconds: {{ liveness_delay_seconds | default(20) }}
timeoutSeconds: {{ liveness_timeout_seconds | default(5) }}
periodSeconds: {{ liveness_period_seconds | default(10) }}
periodSeconds: {{ liveness_period_seconds | default(20) }}
failureThreshold: {{ liveness_failure_threshold | default(3) }}
successThreshold: {{ liveness_success_threshold | default(1) }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment