Test with k8s entry and args

This commit is contained in:
theautomation 2022-12-21 16:39:53 +01:00
parent f896ed8be8
commit 88b8e146c3
2 changed files with 2 additions and 2 deletions

View file

@ -57,5 +57,3 @@ VOLUME /config /data
EXPOSE 5232
COPY ./src/docker-entrypoint.sh /usr/local/bin
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["radicale", "--config", "/config/config"]

View file

@ -107,6 +107,8 @@ spec:
- name: radicale
image: "harbor.k8s.lan/k8s/radicale:12"
resources: {}
command: ["docker-entrypoint.sh"]
args: ["radicale", "--config", "/config/config"]
ports:
- containerPort: 5232
protocol: TCP