mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-04-21 09:42:22 +00:00
14 lines
236 B
YAML
14 lines
236 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{.ObjectMeta.Name}}
|
|
namespace: {{.ObjectMeta.Namespace}}
|
|
spec:
|
|
selector:
|
|
app: {{.ObjectMeta.Name}}
|
|
ports:
|
|
- name: ssh
|
|
protocol: TCP
|
|
port: 22
|
|
targetPort: 22
|