Latest Istio 1.7.1, ES heap configruable, Fluent-bit version bump #20

Merged
stefan merged 24 commits from master into stable 2020-09-15 09:09:24 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit f7ba0ffa33 - Show all commits

View File

@ -91,11 +91,13 @@ spec:
{{- end }}
- name: http2
port: 80
targetPort: 8080
{{- if eq .Values.ingress.type "NodePort" }}
nodePort: 31080
{{- end }}
- name: https
port: 443
targetPort: 8443
{{- if eq .Values.ingress.type "NodePort" }}
nodePort: 31443
{{- end }}

View File

@ -113,11 +113,13 @@ spec:
{{- end }}
- name: http2
port: 80
targetPort: 8080
{{- if eq .Values.ingress.type "NodePort" }}
nodePort: 30080
{{- end }}
- name: https
port: 443
targetPort: 8443
{{- if eq .Values.ingress.type "NodePort" }}
nodePort: 30443
{{- end }}