Paramterize the configMap name
[demo.git] / vnfs / DAaaS / sample-apps / m3db_promql / values.yaml
1 # Default values for promql_query_app.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 image:
8   repository: dcr.cluster.local:32644/promql_query_app
9   tag: v3
10   pullPolicy: Always
11
12 nameOverride: ""
13 fullnameOverride: ""
14
15
16 prometheus:
17   serverURL: http://172.25.103.1:30090
18   configMapName: ""
19
20 ## Model repository information (Minio)
21 ## Model repository information (Minio)
22 minio:
23   existingSecret: ""
24   accessKey: "onapdaas"
25   secretKey: "onapsecretdaas"
26   environment:
27     AWS_REGION: "us-west-1"
28     S3_REGION: "us-west-1"
29     S3_ENDPOINT: "minio.edge1.svc.cluster.local:9000"
30     AWS_ENDPOINT_URL: "http://minio.edge1.svc.cluster.local:9000"
31     S3_USE_HTTPS: 0
32     S3_VERIFY_SSL: 0
33     AWS_LOG_LEVEL: 3
34     TF_CPP_MIN_LOG_LEVEL: 3
35     MODEL_BUCKET: "numpy"
36     # List of object files to be loaded given in a , separated list format
37     MODEL_OBJECTS: '["model1.data", "model2.data"]'
38
39 ## Service account for model-loader to use.
40 serviceAccount:
41   create: true
42   name: ""
43
44 resources: {}
45   # We usually recommend not to specify default resources and to leave this as a conscious
46   # choice for the user. This also increases chances charts run on environments with little
47   # resources, such as Minikube. If you do want to specify resources, uncomment the following
48   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
49   # limits:
50   #  cpu: 100m
51   #  memory: 128Mi
52   # requests:
53   #  cpu: 100m
54   #  memory: 128Mi
55
56 nodeSelector: {}
57
58 tolerations: []
59
60 affinity: {}
61