diff --git a/charts/tool-querybuilder/templates/deployment.yaml b/charts/tool-querybuilder/templates/deployment.yaml index fe1c5f3..2914a2d 100644 --- a/charts/tool-querybuilder/templates/deployment.yaml +++ b/charts/tool-querybuilder/templates/deployment.yaml @@ -39,19 +39,16 @@ spec: value: {{ .Values.app.siConversionProperty | quote }} ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP - - name: https - containerPort: 443 - protocol: TCP - # livenessProbe: - # httpGet: - # path: / - # port: http - # readinessProbe: - # httpGet: - # path: / - # port: http + livenessProbe: + httpGet: + path: /querybuilder/ + port: http + readinessProbe: + httpGet: + path: /querybuilder/ + port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} diff --git a/charts/tool-querybuilder/values.yaml b/charts/tool-querybuilder/values.yaml index 0d478a7..5884502 100644 --- a/charts/tool-querybuilder/values.yaml +++ b/charts/tool-querybuilder/values.yaml @@ -29,7 +29,7 @@ securityContext: {} service: type: ClusterIP - port: 8080 + port: 80 resources: {} # We usually recommend not to specify default resources and to leave this as a conscious