change node port

This commit is contained in:
2024-08-22 00:25:37 -05:00
parent 3ba8e69e66
commit 4b0b7424e0

View File

@@ -42,8 +42,8 @@ cilium:
service: service:
name: cilium-ingress name: cilium-ingress
type: LoadBalancer type: LoadBalancer
insecureNodePort: 80 insecureNodePort: 30000
secureNodePort: 443 secureNodePort: 30001
gatewayAPI: gatewayAPI:
enabled: false enabled: false
enableProxyProtocol: true enableProxyProtocol: true