diff --git a/caddy/depl.yaml b/caddy/depl.yaml index 07cabde..f2d982f 100644 --- a/caddy/depl.yaml +++ b/caddy/depl.yaml @@ -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 diff --git a/url/.gitignore b/url/.gitignore new file mode 100644 index 0000000..93b120d --- /dev/null +++ b/url/.gitignore @@ -0,0 +1,2 @@ +data/ +!**/.gitkeep diff --git a/url/data/urls.sqlite b/url/data/urls.sqlite index 6170091..27a9239 100644 Binary files a/url/data/urls.sqlite and b/url/data/urls.sqlite differ