summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/values.yaml
diff options
context:
space:
mode:
authorRamesh Parthasarathy <rp6768@att.com>2018-09-14 21:22:43 +0000
committerRamesh Parthasarathy <rp6768@att.com>2018-09-14 21:26:35 +0000
commit1ceefda34e9720cdb25739665fd39d74dd22d64c (patch)
tree25a37e0e766cb9a2621898a508722bdaa3a5ecf4 /kubernetes/so/values.yaml
parent95f819a35f8ca316647b4a8341a589985f3c21d8 (diff)
SO override files to use apt kube dns address
All SO override files are updated with correct kube dns address for inter application communications based on review comments Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d Issue-ID: SO-1022 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
Diffstat (limited to 'kubernetes/so/values.yaml')
-rwxr-xr-xkubernetes/so/values.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml
index e5af3895c6..b01d48623a 100755
--- a/kubernetes/so/values.yaml
+++ b/kubernetes/so/values.yaml
@@ -47,8 +47,8 @@ resources:
cpu: 1000m
memory: 2Gi
livenessProbe:
- path: /manage/health
- scheme: HTTPS
+ path: /manage/health
+ scheme: HTTP
initialDelaySeconds: 600
periodSeconds: 60
timeoutSeconds: 10