-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from bcgov/dev
Merge dev: disabled production deploy for now; updated app title and default content
- Loading branch information
Showing
10 changed files
with
142 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,31 +38,31 @@ parameters: | |
- name: PROMOTE | ||
description: Image (namespace/name:tag) to promote/import | ||
value: bcgov/nr-old-growth:prod-backend | ||
- name: EMAIL_USERNAME | ||
description: CHES service client | ||
required: true | ||
- name: EMAIL_PASSWORD | ||
description: CHES service client password | ||
required: true | ||
- name: EMAIL_TOKEN_URL | ||
description: CHES authentication url | ||
required: true | ||
- name: EMAIL_API_URL | ||
description: CHES email api url | ||
required: true | ||
# - name: EMAIL_USERNAME | ||
# description: CHES service client | ||
# required: true | ||
# - name: EMAIL_PASSWORD | ||
# description: CHES service client password | ||
# required: true | ||
# - name: EMAIL_TOKEN_URL | ||
# description: CHES authentication url | ||
# required: true | ||
# - name: EMAIL_API_URL | ||
# description: CHES email api url | ||
# required: true | ||
- name: NODE_ENV | ||
description: environment mode | ||
required: true | ||
objects: | ||
- apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: ${NAME}-${ZONE}-${COMPONENT} | ||
labels: | ||
app: ${NAME}-${ZONE} | ||
stringData: | ||
email-username: "${EMAIL_USERNAME}" | ||
email-password: "${EMAIL_PASSWORD}" | ||
# - apiVersion: v1 | ||
# kind: Secret | ||
# metadata: | ||
# name: ${NAME}-${ZONE}-${COMPONENT} | ||
# labels: | ||
# app: ${NAME}-${ZONE} | ||
# stringData: | ||
# email-username: "${EMAIL_USERNAME}" | ||
# email-password: "${EMAIL_PASSWORD}" | ||
- apiVersion: v1 | ||
kind: ImageStream | ||
metadata: | ||
|
@@ -133,22 +133,22 @@ objects: | |
value: https://${NAME}-${ZONE}-frontend.${DOMAIN} | ||
- name: BACKEND_URL | ||
value: https://${NAME}-${ZONE}-backend.${DOMAIN} | ||
- name: EMAIL_USERNAME | ||
valueFrom: | ||
secretKeyRef: | ||
name: ${NAME}-${ZONE}-${COMPONENT} | ||
key: email-username | ||
- name: EMAIL_PASSWORD | ||
valueFrom: | ||
secretKeyRef: | ||
name: ${NAME}-${ZONE}-${COMPONENT} | ||
key: email-password | ||
- name: EMAIL_TOKEN_URL | ||
value: ${EMAIL_TOKEN_URL} | ||
- name: EMAIL_API_URL | ||
value: ${EMAIL_API_URL} | ||
- name: EMAIL_FROM | ||
value: "[email protected]" | ||
# - name: EMAIL_USERNAME | ||
# valueFrom: | ||
# secretKeyRef: | ||
# name: ${NAME}-${ZONE}-${COMPONENT} | ||
# key: email-username | ||
# - name: EMAIL_PASSWORD | ||
# valueFrom: | ||
# secretKeyRef: | ||
# name: ${NAME}-${ZONE}-${COMPONENT} | ||
# key: email-password | ||
# - name: EMAIL_TOKEN_URL | ||
# value: ${EMAIL_TOKEN_URL} | ||
# - name: EMAIL_API_URL | ||
# value: ${EMAIL_API_URL} | ||
# - name: EMAIL_FROM | ||
# value: "[email protected]" | ||
- name: NODE_ENV | ||
value: ${NODE_ENV} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" | ||
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" | ||
crossorigin=""></script> | ||
<title>Old growth</title> | ||
<title>Forest Client</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters