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

9 lines
256 B
YAML

# Add port 22 (enabled via the --tcp-services-configmap argument in the
# overlays) to the Pod's port list for informational reasons:
- op: add
path: /spec/template/spec/containers/0/ports/-
value:
containerPort: 22
name: ssh
protocol: TCP