🔧 Makes caddy host network

This commit is contained in:
2025-06-10 14:12:15 +02:00
parent 2738d1180f
commit ab22d787a5
3 changed files with 8 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ spec:
labels:
app: caddy
spec:
#hostNetwork: true
hostNetwork: true
restartPolicy: Always
containers:
- name: caddy
@@ -36,11 +36,11 @@ spec:
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 3
ports:
- containerPort: 5001
- containerPort: 5002
- containerPort: 5030
- containerPort: 5567
#ports:
#- containerPort: 5001
#- containerPort: 5002
#- containerPort: 5030
#- containerPort: 5567
volumeMounts:
- name: caddy-file
mountPath: /etc/caddy

2
url/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
data/
!**/.gitkeep

Binary file not shown.