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

2
url/.gitignore vendored Normal file
View File

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

Binary file not shown.