caddy: deploy caddy as edge reverse proxy (on kube)

This commit is contained in:
2026-05-08 00:48:55 +02:00
parent cbf7842e8b
commit d5831fd1e3
11 changed files with 285 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: caddy
namespace: caddy
spec:
interval: 1m
chart:
spec:
sourceRef:
kind: HelmRepository
name: caddy
namespace: caddy
chart: caddy
interval: 1m
version: "0.7.1"
valuesFrom:
- kind: Secret
name: caddy-values