Skip to content

Commit

Permalink
Removal of unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsawhney committed Aug 14, 2019
1 parent 69da9f0 commit 786275f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deployment/terraform/reverse-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ spec:
value: ${grpc_server_endpoint}
- name: "http-port"
value: ":${service_port}"
# livenessProbe:
# exec:
# command:
# - /bin/grpc_health_probe
# - "-addr=:${container_port}"
# initialDelaySeconds: 30
# periodSeconds: 15
# timeoutSeconds: 5
# failureThreshold: 3
nodeSelector:
${node_selecter_label}

Expand Down

0 comments on commit 786275f

Please sign in to comment.