Switch to Kubernetes Watch API
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-08-02 16:01:21 +03:00
parent 02606b9e3d
commit 2b2f838c20
2 changed files with 105 additions and 67 deletions

View File

@@ -32,13 +32,16 @@ spec:
containers:
- name: camdetect
image: harbor.k-space.ee/k-space/camera-motion-detect:latest
ports:
- containerPort: 5000
name: "http"
resources:
requests:
memory: "64Mi"
cpu: "250m"
cpu: "200m"
limits:
memory: "128Mi"
cpu: "500m"
cpu: "1"
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true