forked from openshift/hac-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yml
33 lines (33 loc) · 829 Bytes
/
deploy.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
apiVersion: v1
kind: Template
metadata:
name: hac-dev
objects:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
metadata:
name: hac-dev
spec:
API:
versions:
- v1
assetsPrefix: api/plugins
deploymentRepo: 'http://github.com/openshift/hac-dev'
envName: ${ENV_NAME}
frontend:
paths:
- /api/plugins/hac-dev
image: ${IMAGE}:${IMAGE_TAG}
title: hac-dev
akamaiCacheBustPaths:
- /api/plugins/hac-dev/app.info.deps.json
- /api/plugins/hac-dev/app.info.json
- /api/plugins/hac-dev/plugin-entry.js
- /api/plugins/hac-dev/plugin-manifest.json
parameters:
- name: IMAGE_TAG
value: latest
- name: IMAGE
value: quay.io/cloudservices/hac-dev-frontend
- name: ENV_NAME
value: ephem-hac