k8s-deployment.yaml aktualisiert
All checks were successful
build / build (push) Successful in 14s

This commit is contained in:
Daniel.Sy 2025-10-20 12:14:40 +00:00
parent dcbabc4f67
commit a748cc08b4

View file

@ -1,19 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: garm
labels:
run: garm
spec:
type: LoadBalancer
ports:
- name: tcp80
protocol: TCP
port: 80
targetPort: 80
selector:
run: garm
---
apiVersion: apps/v1
kind: Deployment
metadata: