forked from DBCG/cql_execution_service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
21 lines (21 loc) · 905 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# The namespace to deploy your application
global:
namespace: cql
# Default values for webapp.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# REMOVE THIS SECTION IF YOUR APPLICATION DOES NOT HAVE A FRONT END
frontend1:
#name is a DNS-1035 label and must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123')
name: cql
port: 8080
replicaCount: 1
proxy:
incomingPath: /cql/evaluate
containerPath: "" # The empty string "" means use same as incomingPath, otherwise the value in the string will replace the value of incomingPath when traffic is sent to the application in the deployed container
image:
repository: gt-build.hdap.gatech.edu/cql/cql
tag: latest
pullPolicy: Always
#envFrom:
# name: cql-environment-variables