Test with k8s entry and args
This commit is contained in:
parent
f896ed8be8
commit
88b8e146c3
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue