Adds chhoto-url

This commit is contained in:
2025-06-09 19:29:13 +02:00
parent a3b2a4dede
commit 2738d1180f
7 changed files with 101 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: apps/v1
apiVersion: v1
kind: Service
metadata:
name: caddy
@@ -6,13 +6,14 @@ spec:
selector:
app: caddy
ports:
- protocol: TCP
port: 5001
targetPort: 5001
- protocol: TCP
port: 5002
targetPort: 5002
- protocol: TCP
port: 5033
targetPort: 5033
- port: 5001
name: http1
- port: 5002
name: http2
- port: 5030
name: http3
- port: 5033
name: http4
- port: 5567
name: http5
type: LoadBalancer