Files
k3s-testing/caddy/serv.yaml
2025-06-09 09:34:23 +02:00

19 lines
301 B
YAML

apiVersion: apps/v1
kind: Service
metadata:
name: caddy
spec:
selector:
app: caddy
ports:
- protocol: TCP
port: 5001
targetPort: 5001
- protocol: TCP
port: 5002
targetPort: 5002
- protocol: TCP
port: 5033
targetPort: 5033
type: LoadBalancer