generated from phoenix-oss/tenant-tpl
added deployment for ubuntu
This commit is contained in:
parent
3396f65ef9
commit
401c03d556
5 changed files with 98 additions and 0 deletions
15
deployment/ubuntu-deployment/pod-service.yaml
Normal file
15
deployment/ubuntu-deployment/pod-service.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue