mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Kong v0.13.0 support (#4443)
This commit is contained in:
committed by
k8s-ci-robot
parent
e32de0bbeb
commit
fcafa79c57
@@ -10,5 +10,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.2.3
|
||||
appVersion: 0.12.3
|
||||
version: 0.2.4
|
||||
appVersion: 0.13.0
|
||||
|
||||
@@ -29,26 +29,18 @@ spec:
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
{{- if .Values.admin.useTLS }}
|
||||
- name: KONG_ADMIN_LISTEN_SSL
|
||||
value: 0.0.0.0:{{ .Values.admin.containerPort }}
|
||||
- name: KONG_ADMIN_SSL
|
||||
value: "on"
|
||||
- name: KONG_ADMIN_LISTEN
|
||||
value: "0.0.0.0:{{ .Values.admin.containerPort }} ssl"
|
||||
{{- else }}
|
||||
- name: KONG_ADMIN_LISTEN
|
||||
value: 0.0.0.0:{{ .Values.admin.containerPort }}
|
||||
- name: KONG_ADMIN_SSL
|
||||
value: "off"
|
||||
{{- end }}
|
||||
{{- if .Values.proxy.useTLS }}
|
||||
- name: KONG_PROXY_LISTEN_SSL
|
||||
value: 0.0.0.0:{{ .Values.proxy.containerPort }}
|
||||
- name: KONG_SSL
|
||||
value: "on"
|
||||
- name: KONG_PROXY_LISTEN
|
||||
value: "0.0.0.0:{{ .Values.proxy.containerPort }} ssl"
|
||||
{{- else }}
|
||||
- name: KONG_PROXY_LISTEN
|
||||
value: 0.0.0.0:{{ .Values.proxy.containerPort }}
|
||||
- name: KONG_SSL
|
||||
value: "off"
|
||||
{{- end }}
|
||||
- name: KONG_NGINX_DAEMON
|
||||
value: "off"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
image:
|
||||
repository: kong
|
||||
tag: 0.12.3
|
||||
tag: 0.13.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Specify Kong admin and proxy services configurations
|
||||
|
||||
Reference in New Issue
Block a user