generated from RedHatInsights/frontend-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathfrontend.yml
46 lines (46 loc) · 1.18 KB
/
frontend.yml
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
apiVersion: v1
kind: Template
metadata:
name: connector
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
metadata:
name: connector
spec:
envName: ${ENV_NAME}
title: "Manage configuration"
routePrefix: insights
deploymentRepo: https://github.com/RedHatInsights/sed-frontend
API:
versions:
- v1
frontend:
paths:
- /insights/connector
image: ${IMAGE}:${IMAGE_TAG}
navItems:
- title: Remote Host Configuration
expandable: true
routes:
- appId: connector
title: Manage configuration
href: /insights/connector
- appId: connector
title: Activation Keys
href: /insights/connector/activation-keys
module:
manifestLocation: /apps/connector/fed-mods.json
modules:
- id: connector
module: ./RootApp
routes:
- pathname: /insights/connector
moduleID: connector
parameters:
- name: ENV_NAME
required: true
- name: IMAGE_TAG
required: true
- name: IMAGE
value: quay.io/cloudservices/sed-frontend