generated from phoenix-oss/tenant-tpl
15 lines
No EOL
251 B
YAML
15 lines
No EOL
251 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ubuntu-pod-ssh
|
|
namespace: demo
|
|
labels:
|
|
app: ubuntu-deployment
|
|
spec:
|
|
selector:
|
|
app: ubuntu-deployment
|
|
clusterIP: None
|
|
ports:
|
|
- name: internal
|
|
port: 21354
|
|
targetPort: 21354 |