🔧 Makes caddy host network
This commit is contained in:
@@ -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
2
url/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
data/
|
||||
!**/.gitkeep
|
Binary file not shown.
Reference in New Issue
Block a user