operator: add basic resource define

This commit is contained in:
singchia
2024-05-09 21:37:10 +08:00
parent 9d48c232dd
commit 99cbf2ee6e
16 changed files with 64 additions and 30 deletions

View File

@@ -21,8 +21,8 @@ RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/s
RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk
RUN apk add glibc-2.34-r0.apk
EXPOSE 30020
EXPOSE 30021
EXPOSE 30022
ENTRYPOINT ["/usr/bin/frontlas"]
CMD ["--config", "/usr/conf/frontlas.yaml"]