projectsend/deploy/service.yaml hinzugefügt

This commit is contained in:
2026-01-06 15:01:00 +00:00
parent b19b11a8b4
commit 9315a18099
+15
View File
@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
annotations:
name: projectsend
spec:
ports:
- name: http
port: 80
protocol: TCP
selector:
app: projectsend
sessionAffinity: None
type: LoadBalancer