Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshekhawat committed Sep 13, 2022
1 parent 2239da4 commit 8c93c9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 10 additions & 1 deletion deployment/configmaps.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ic-config
data:
CAPTURE: "True"
THRES: "0.25"
TIMEINT: "5"
---
apiVersion: v1
kind: ConfigMap
metadata:
name: s3config
namespace: default
data:
BUCKET_HOST: play.min.io
BUCKET_HOST: s3://flotta-ic-data-bucket
BUCKET_NAME: flotta-ic-data-bucket
BUCKET_PORT: "443"
BUCKET_REGION: us-east-1
4 changes: 4 additions & 0 deletions deployment/edgeworkload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
containers:
- name: edge-ic-workload
image: quay.io/dpshekhawat/img-class:latest
envFrom:
- configMapRef:
name: ic-config
optional: false
volumeMounts:
- mountPath: /dev/video0
name: video
Expand Down
4 changes: 2 additions & 2 deletions deployment/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
namespace: default
type: Opaque
data:
AWS_ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
AWS_SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
AWS_ACCESS_KEY_ID:
AWS_SECRET_ACCESS_KEY:

0 comments on commit 8c93c9d

Please sign in to comment.