aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2019-09-18 20:34:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-18 20:34:10 +0000
commitecb82cb18c9560686dd3477a1b05d470464d4636 (patch)
tree2c11db08f5ed8a093a864870f684b17186425811 /kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml
parent0a492313bb9f3a7fba44e020f74c73d55b3475db (diff)
parentc784bbde86de9fd35c1223a7064bfa69cf40e071 (diff)
Merge "HTTPS calls for sdc"
Diffstat (limited to 'kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml')
-rw-r--r--kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml
index 46ba241b9c..62dffd6376 100644
--- a/kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml
+++ b/kubernetes/sdc/charts/sdc-fe/templates/deployment.yaml
@@ -70,13 +70,13 @@ spec:
{{ if eq .Values.liveness.enabled true }}
livenessProbe:
tcpSocket:
- port: {{ .Values.service.internalPort }}
+ port: {{ .Values.service.internalPort2 }}
initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }}
periodSeconds: {{ .Values.liveness.periodSeconds }}
{{ end }}
readinessProbe:
tcpSocket:
- port: {{ .Values.service.internalPort }}
+ port: {{ .Values.service.internalPort2 }}
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
resources: