-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathfrontend.yml
40 lines (40 loc) · 952 Bytes
/
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
apiVersion: v1
kind: Template
metadata:
name: landing-page-frontend
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
metadata:
name: landing
spec:
envName: ${ENV_NAME}
deploymentRepo: https://github.com/RedHatInsights/landing-page-frontend
title: Landing
image: ${IMAGE}:${IMAGE_TAG}
API:
versions:
- v1
frontend:
paths:
- /apps/langing
navItems:
- appId: landing
title: Red Hat Enterprise Linux
href: /
product: "Red Hat Enterprise Linux"
module:
manifestLocation: "/apps/landing/fed-mods.json"
modules:
- id: "landing"
module: "./RootApp"
routes:
- pathname: /
exact: true
parameters:
- name: ENV_NAME
required: true
- name: IMAGE_TAG
required: true
- name: IMAGE
value: quay.io/cloudservices/landing-page-frontend