mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-05 03:20:28 +00:00
18 lines
229 B
YAML
18 lines
229 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
name: gitsrv
|
|
name: gitsrv
|
|
namespace: ide
|
|
spec:
|
|
ports:
|
|
- name: ssh
|
|
port: 22
|
|
protocol: TCP
|
|
targetPort: ssh
|
|
selector:
|
|
name: gitsrv
|
|
type: ClusterIP
|