add deployment files

This commit is contained in:
Tobias Brunner 2025-01-30 16:47:17 +01:00
parent 4f8d292974
commit c259aa11f7
No known key found for this signature in database
4 changed files with 103 additions and 0 deletions

15
deployment/service.yaml Normal file
View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: servala
labels:
app: servala
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http
selector:
app: servala
type: ClusterIP