2023-12-23 02:54:51 +00:00
|
|
|
## nginx configuration
|
|
|
|
## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/index.md
|
|
|
|
|
|
|
|
controller:
|
|
|
|
service:
|
2023-12-23 17:03:25 +00:00
|
|
|
# -- Provisioned manually on external hardware load balancer
|
2023-12-23 02:54:51 +00:00
|
|
|
externalIPs:
|
|
|
|
- "10.69.69.51"
|
|
|
|
nodePorts:
|
|
|
|
# -- Node port allocated for the external HTTP listener. If left empty, the service controller allocates one from the configured node port range.
|
|
|
|
http: "31451"
|
|
|
|
# -- Node port allocated for the external HTTPS listener. If left empty, the service controller allocates one from the configured node port range.
|
2023-12-23 17:03:25 +00:00
|
|
|
https: "31207"
|
|
|
|
externalTrafficPolicy: Local
|