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
|
EXPOSE 5232
|
||||||
|
|
||||||
COPY ./src/docker-entrypoint.sh /usr/local/bin
|
COPY ./src/docker-entrypoint.sh /usr/local/bin
|
||||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
|
||||||
CMD ["radicale", "--config", "/config/config"]
|
|
|
@ -107,6 +107,8 @@ spec:
|
||||||
- name: radicale
|
- name: radicale
|
||||||
image: "harbor.k8s.lan/k8s/radicale:12"
|
image: "harbor.k8s.lan/k8s/radicale:12"
|
||||||
resources: {}
|
resources: {}
|
||||||
|
command: ["docker-entrypoint.sh"]
|
||||||
|
args: ["radicale", "--config", "/config/config"]
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5232
|
- containerPort: 5232
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in a new issue