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