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:
parent
00c81048aa
commit
d0b4800785
3 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue