deployment automation for staging

This commit is contained in:
Tobias Brunner 2025-03-20 12:09:14 +01:00
parent f773cf169b
commit dafd73b7d5
No known key found for this signature in database
11 changed files with 187 additions and 5 deletions

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