Fix caddy config, trailing slash, and service protocol

This commit is contained in:
2026-05-12 22:00:19 +02:00
parent 1402fbb6aa
commit b0dbe84ba2
3 changed files with 4 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ spec:
type: ClusterIP
ports:
- name: douwsky-proxy
protocol:
protocol: TCP
port: 80
targetPort: 80
---