mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prestashop] Fix Svc configuration (#10554)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
21abd3a8ec
commit
4d3cba4619
@@ -1,5 +1,5 @@
|
||||
name: prestashop
|
||||
version: 6.0.1
|
||||
version: 6.0.2
|
||||
appVersion: 1.7.5-0
|
||||
description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
|
||||
keywords:
|
||||
|
||||
@@ -29,4 +29,4 @@ spec:
|
||||
nodePort: {{ .Values.service.nodePorts.https }}
|
||||
{{- end }}
|
||||
selector:
|
||||
app: "{{ template "prestashop.fullname" . }}"
|
||||
app: "{{ template "prestashop.name" . }}"
|
||||
|
||||
@@ -144,7 +144,7 @@ service:
|
||||
# HTTP Port
|
||||
port: 80
|
||||
# HTTPS Port
|
||||
httpsPort: 44
|
||||
httpsPort: 443
|
||||
## loadBalancerIP for the PrestaShop Service (optional, cloud specific)
|
||||
## ref: http://kubernetes.io/docs/user-guide/services/#type-loadbalancer
|
||||
## loadBalancerIP
|
||||
|
||||
Reference in New Issue
Block a user