forked from usgs/waterdataui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.yml
31 lines (31 loc) · 1.28 KB
/
pipeline.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
# name of the project
projectName: "iow-allgemein"
# name of the application or service
applicationName: "graph-server"
# name of the docker image
dockerImageName: "wdfn_graph_server"
# location of the Dockerfile
buildContext: "./graph-server"
# port that is exposed by your container
containerPort: 2929
# docker image path in artifactory
artifactoryPath: "graph-server"
# docker image path in gitlab
gitlabPath: "wma/docker/waterdataui"
# complete github url
gitRepoUrl: "https://github.com/usgs/waterdataui.git"
# github credentials
gitRepoCredentialsId: "Jenkins-GitHub-Read-Write-Token"
# maximum amount of RAM for running Docker containers in the service
memory: 1024
# integer representing the order of precedence of the ALB rule.
# set to a low priority; services are given higher priority.
rulePriority: 503
# string parameter specifying a path that ALB should use to verify that your application is alive
healthCheck: "/api/graph-images/status/"
# string parameter that tells the ALB how to route requests to the containers (e.g. /my-app/*); this forms a listener rule for the load balancer
contextPath: "/api/graph-images/*"
# name of the deploy job to trigger
deployJobName: "wdfn-graph-server-deploy"
configRepoPath: "wma/docker/waterdataui/wdfn_graph_server"
configCredentialsId: "wma-eto-eb-rsa"