gitea/manifests/prod/ssh.yaml

17 lines
210 B
YAML
Raw Normal View History

2024-05-10 09:36:32 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: ssh
labels:
app: app
spec:
type: NodePort
selector:
app: app
ports:
- name: ssh
port: 22
targetPort: ssh
nodePort: 30022