-
Notifications
You must be signed in to change notification settings - Fork 43
/
deployment_template.yaml
51 lines (50 loc) · 1.34 KB
/
deployment_template.yaml
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
42
43
44
45
46
47
48
49
50
51
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: compliance-frontend
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
metadata:
name: compliance
spec:
envName: ${ENV_NAME}
title: Compliance
deploymentRepo: https://github.com/RedHatInsights/compliance-frontend
API:
versions:
- v1
frontend:
paths:
- /apps/compliance
image: ${IMAGE}:${IMAGE_TAG}
navItems:
- expandable: true
title: Compliance
routes:
- appId: compliance
href: /insights/compliance/reports
product: Red Hat Insights
title: Reports
- appId: compliance
href: /insights/compliance/scappolicies
product: Red Hat Insights
title: SCAP Policies
- appId: compliance
href: /insights/compliance/systems
product: Red Hat Insights
title: Systems
module:
manifestLocation: "/apps/compliance/fed-mods.json"
modules:
- id: "compliance"
module: "./RootApp"
routes:
- pathname: /insights/compliance
parameters:
- name: ENV_NAME
required: true
- name: IMAGE_TAG
required: true
- name: IMAGE
value: quay.io/cloudservices/compliance-frontend