Adds caddy depl

This commit is contained in:
2025-06-09 09:34:23 +02:00
parent a3ea1feb46
commit a3b2a4dede
13 changed files with 174 additions and 78 deletions

12
porty/serv.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: porty
spec:
selector:
app: porty
ports:
- protocol: TCP
port: 3333 # this is the port the users will access, so probably should be 80
targetPort: 3000
type: LoadBalancer