Add TODO
This commit is contained in:
parent
28f43799da
commit
bb26bcf6f3
|
@ -2,6 +2,8 @@
|
||||||
# Configure the ingress-nginx to use specific nodePorts for HTTP and HTTPS
|
# Configure the ingress-nginx to use specific nodePorts for HTTP and HTTPS
|
||||||
# traffic. This allows the cluster to route traffic to the service via port
|
# traffic. This allows the cluster to route traffic to the service via port
|
||||||
# mappings.
|
# mappings.
|
||||||
|
#
|
||||||
|
# TODO: use a NodePort service instead and remove the patches.
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/ports/0/nodePort
|
path: /spec/ports/0/nodePort
|
||||||
value: 32048
|
value: 32048
|
||||||
|
|
Loading…
Reference in New Issue