1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00

explicit protocol selection with appProtocol (#10864)

* explicit protocol selection with appProtocol

Signed-off-by: Sean Liao <sean+git@liao.dev>

* explicit protocol selection with appProtocol

Signed-off-by: Sean Liao <sean+git@liao.dev>

---------

Signed-off-by: Sean Liao <sean+git@liao.dev>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Sean Liao 2024-08-29 00:37:43 +01:00 committed by GitHub
parent 00c81048aa
commit d0b4800785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ spec:
targetPort: https
protocol: TCP
name: https
appProtocol: https
{{- if and (eq .Values.admissionController.service.type "NodePort") (not (empty .Values.admissionController.service.nodePort)) }}
nodePort: {{ .Values.admissionController.service.nodePort }}
{{- end }}

View file

@ -17,6 +17,7 @@ spec:
targetPort: https
protocol: TCP
name: https
appProtocol: https
{{- if and (eq .Values.cleanupController.service.type "NodePort") (not (empty .Values.cleanupController.service.nodePort)) }}
nodePort: {{ .Values.cleanupController.service.nodePort }}
{{- end }}

View file

@ -48042,6 +48042,7 @@ spec:
targetPort: https
protocol: TCP
name: https
appProtocol: https
selector:
app.kubernetes.io/component: admission-controller
app.kubernetes.io/instance: kyverno
@ -48108,6 +48109,7 @@ spec:
targetPort: https
protocol: TCP
name: https
appProtocol: https
selector:
app.kubernetes.io/component: cleanup-controller
app.kubernetes.io/instance: kyverno