Skip to content

Commit

Permalink
HMS-2678 fix: frontend deploy resource
Browse files Browse the repository at this point in the history
Update the Frontend resource to reference to the
quay.io/cloudservices/idmsvc-frontend container image.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Nov 14, 2023
1 parent 7b4abc3 commit 94dc65a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions deploy/frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
apiVersion: v1
kind: Template
metadata:
name: idmsvc
name: idmsvc-frontend
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
metadata:
name: ${APP_NAME}
spec:
envName: ${ENV_NAME}
title: "Directory & Domain Services"
title: "Directory and Domain Services"
deploymentRepo: https://github.com/podengo-project/idmsvc-frontend
API:
versions:
Expand All @@ -18,25 +19,25 @@ objects:
paths:
- /apps/${APP_NAME}
image: ${IMAGE}:${IMAGE_TAG}
navItems:
navItems:
- appId: "${APP_NAME}"
title: "Directory & Domain Services"
href: "/settings/${APP_NAME}"
product: "Domain"
product: "Red Hat Insights"
module:
manifestLocation: "/apps/${APP_NAME}/fed-mods.json"
modules:
- id: "${APP_NAME}"
module: "./RootApp"
routes:
- pathname: "/settings/${APP_NAME}"
routes:
- pathname: "/settings/${APP_NAME}"

parameters:
- name: ENV_NAME
required: true
- name: IMAGE_TAG
required: true
- name: IMAGE
value: TBD
value: "quay.io/cloudservices/idmsvc-frontend"
- name: APP_NAME
value: idmsvc

0 comments on commit 94dc65a

Please sign in to comment.