netflux-kubernetes/deploy/base/svc-ingress-nginx.yaml

13 lines
291 B
YAML
Raw Normal View History

2022-05-16 20:23:53 +00:00
---
# Add nodeports to the LoadBalancer service, this makes DigitalOcean create a
# corresponding forwarding rule.
2022-11-19 16:33:27 +00:00
#
# Setting the nodePort seems to be necessary for DO to create the forwarding
# rules.
2022-05-16 20:23:53 +00:00
- op: add
path: /spec/ports/-
value:
nodePort: 32050
port: 22
name: ssh