forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueue-registries.yaml
More file actions
41 lines (36 loc) · 839 Bytes
/
queue-registries.yaml
File metadata and controls
41 lines (36 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
apiVersion: image.toolkit.fluxcd.io/v1alpha2
kind: ImageRepository
metadata:
name: scan-queue
namespace: flux-system
spec:
image: gcr.io/track-compliance/services/queues/scan
interval: 1m0s
---
apiVersion: image.toolkit.fluxcd.io/v1alpha2
kind: ImageRepository
metadata:
name: result-queue
namespace: flux-system
spec:
image: gcr.io/track-compliance/services/queues/result
interval: 1m0s
---
apiVersion: image.toolkit.fluxcd.io/v1alpha2
kind: ImageRepository
metadata:
name: ots-scan-queue
namespace: flux-system
spec:
image: gcr.io/track-compliance/services/queues/ots-scan
interval: 1m0s
---
apiVersion: image.toolkit.fluxcd.io/v1alpha2
kind: ImageRepository
metadata:
name: ots-result-queue
namespace: flux-system
spec:
image: gcr.io/track-compliance/services/queues/ots-result
interval: 1m0s