This commit is contained in:
Simen Røstvik 2022-11-15 09:43:02 +01:00
parent ca901192d9
commit 434b27c66e

View File

@ -67,6 +67,10 @@ spec:
metrics: metrics:
port: 9100 port: 9100
expose: true expose: true
udp:
port: 6666
protocol: UDP
expose: true
tlsOptions: tlsOptions:
default: default:
@ -75,7 +79,6 @@ spec:
service: service:
enabled: true enabled: true
single: true
type: NodePort type: NodePort
annotations: {} annotations: {}
annotationsTCP: {} annotationsTCP: {}