1
0
Fork 0

refactor(cherry/ingress-nginx): enable proxyprotocol and use service type nodeport

This commit is contained in:
Vojtěch Mareš 2023-10-03 00:39:16 +02:00
parent 0b190bb02c
commit 01161924aa
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -23,7 +23,6 @@ spec:
valuesObject: valuesObject:
ingressClassResource: ingressClassResource:
default: true default: true
# TODO: enable proxy protocol
controller: controller:
kind: DaemonSet kind: DaemonSet
updateStrategy: updateStrategy:
@ -31,10 +30,11 @@ spec:
rollingUpdate: rollingUpdate:
maxUnavailable: 1 maxUnavailable: 1
service: service:
# TODO: use Service .spec.type: NodePort type: NodePort
type: ClusterIP nodePorts:
hostPort: http: 32080
enabled: true https: 32443
config: config:
allow-snippet-annotations: "true" allow-snippet-annotations: "true"
generate-request-id: "true" generate-request-id: "true"
use-proxy-protocol: "true"