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

10 lines
206 B
YAML
Raw Normal View History

2022-05-16 20:23:53 +00:00
---
# Force the ingress-nginx service to expose port 22. This allows traffic to be
# routed to the Gitea SSH service.
- op: add
path: /spec/ports/-
value:
nodePort: 32050
port: 22
name: ssh