mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prestashop] Update deprecated annotation - service.beta.kubernetes.io/external-traffic (#4080)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: prestashop
|
||||
version: 0.5.6
|
||||
version: 0.5.7
|
||||
appVersion: 1.7.3
|
||||
description: A popular open source ecommerce solution. Professional tools are easily
|
||||
accessible to increase online sales including instant guest checkout, abandoned
|
||||
|
||||
@@ -43,8 +43,6 @@ spec:
|
||||
value: {{ .Values.prestashopFirstName | quote }}
|
||||
- name: PRESTASHOP_LAST_NAME
|
||||
value: {{ .Values.prestashopLastName | quote }}
|
||||
- name: PRESTASHOP_COOKIE_CHECK_IP
|
||||
value: "no"
|
||||
- name: SMTP_HOST
|
||||
value: {{ .Values.smtpHost | quote }}
|
||||
- name: SMTP_PORT
|
||||
|
||||
@@ -7,12 +7,11 @@ metadata:
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
annotations:
|
||||
service.beta.kubernetes.io/external-traffic: OnlyLocal
|
||||
spec:
|
||||
type: {{ .Values.serviceType }}
|
||||
{{- if eq .Values.serviceType "LoadBalancer" }}
|
||||
loadBalancerIP: {{ default "" .Values.prestashopLoadBalancerIP }}
|
||||
externalTrafficPolicy: Local
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
Reference in New Issue
Block a user