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

9 lines
256 B
YAML
Raw Normal View History

2022-05-16 20:23:53 +00:00
# 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