Initial commit

This commit is contained in:
2022-12-15 06:43:56 +02:00
commit 34f3a878d9
24 changed files with 1978 additions and 0 deletions
+4
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