generated from DEFRA/ffc-template-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add contributors * bump version * update helm folder name * run rename.js * add whitespace (based on review)
- Loading branch information
Showing
18 changed files
with
50 additions
and
47 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
services: | ||
ffc-template-node: | ||
fcp-fd-data: | ||
command: npm run start:debug |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
services: | ||
ffc-template-node: | ||
fcp-fd-data: | ||
command: npm run test:debug | ||
ports: | ||
- "9229:9229" |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
services: | ||
ffc-template-node: | ||
fcp-fd-data: | ||
command: > | ||
sh -c "npm run test:watch" | ||
volumes: | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
services: | ||
ffc-template-node: | ||
fcp-fd-data: | ||
build: | ||
context: . | ||
target: production | ||
image: ffc-template-node | ||
container_name: ffc-template-node | ||
image: fcp-fd-data | ||
container_name: fcp-fd-data | ||
environment: | ||
APPINSIGHTS_CLOUDROLE: ffc-template-node-local | ||
APPINSIGHTS_CLOUDROLE: fcp-fd-data-local | ||
APPINSIGHTS_CONNECTIONSTRING: ${APPINSIGHTS_CONNECTIONSTRING} |
4 changes: 2 additions & 2 deletions
4
helm/ffc-template-node/Chart.yaml → helm/fcp-fd-data/Chart.yaml
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
6 changes: 3 additions & 3 deletions
6
...c-template-node/templates/_container.yaml → helm/fcp-fd-data/templates/_container.yaml
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{{- define "ffc-template-node.container" -}} | ||
livenessProbe: {{ include "ffc-helm-library.http-get-probe" (list . .Values.livenessProbe) | nindent 4}} | ||
readinessProbe: {{ include "ffc-helm-library.http-get-probe" (list . .Values.readinessProbe) | nindent 4}} | ||
{{- define "fcp-fd-data.container" -}} | ||
livenessProbe: {{ include "ffc-helm-library.http-get-probe" (list . .Values.livenessProbe) | nindent 4 }} | ||
readinessProbe: {{ include "ffc-helm-library.http-get-probe" (list . .Values.readinessProbe) | nindent 4 }} | ||
ports: | ||
- containerPort: {{ .Values.container.port }} | ||
{{- end -}} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{- include "ffc-helm-library.cluster-ip-service" (list . "fcp-fd-data.cluster-ip-service") -}} | ||
{{- define "fcp-fd-data.cluster-ip-service" -}} | ||
{{- end -}} |
4 changes: 2 additions & 2 deletions
4
...c-template-node/templates/config-map.yaml → helm/fcp-fd-data/templates/config-map.yaml
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
4 changes: 2 additions & 2 deletions
4
...late-node/templates/container-secret.yaml → ...p-fd-data/templates/container-secret.yaml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{{- include "ffc-helm-library.deployment" (list . "fcp-fd-data.deployment") -}} | ||
{{- define "fcp-fd-data.deployment" -}} | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- {{ include "ffc-helm-library.container" (list . "fcp-fd-data.container") }} | ||
{{- end -}} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "ffc-template-node", | ||
"version": "0.1.0", | ||
"description": "description-of-project-goes-here", | ||
"homepage": "https://github.com/DEFRA/ffc-template-node", | ||
"name": "fcp-fd-data", | ||
"version": "0.1.1", | ||
"description": "Data integration layer for the Single Front Door", | ||
"homepage": "https://github.com/DEFRA/fcp-fd-data", | ||
"main": "app/index.js", | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -15,7 +15,10 @@ | |
"start:debug": "nodemon --inspect-brk=0.0.0.0 --ext js --legacy-watch app/index.js" | ||
}, | ||
"author": "Defra", | ||
"contributors": [], | ||
"contributors": [ | ||
"Abidemi Adio <[email protected]>", | ||
"Simon Dunn <[email protected]>" | ||
], | ||
"license": "OGL-UK-3.0", | ||
"dependencies": { | ||
"@hapi/hapi": "21.3.2", | ||
|
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