Initial commit

This commit is contained in:
2022-11-14 21:08:45 +02:00
commit 34f3a878d9
24 changed files with 1978 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM harbor.k-space.ee/k-space/microservice-base
RUN pip3 install kopf
ADD /app /app
ENTRYPOINT /app/harbor-operator.py