added deployment for ubuntu

This commit is contained in:
maximilian.bartz 2025-08-27 11:24:32 +02:00
parent 3396f65ef9
commit 401c03d556
5 changed files with 98 additions and 0 deletions

View 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