Helmize the sample promql_query_app
[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
19 ## Model repository information (Minio)
20 ## Model repository information (Minio)
21 minio:
22   existingSecret: ""
23   accessKey: "onapdaas"
24   secretKey: "onapsecretdaas"
25   environment:
26     AWS_REGION: "us-west-1"
27     S3_REGION: "us-west-1"
28     S3_ENDPOINT: "minio.edge1.svc.cluster.local:9000"
29     AWS_ENDPOINT_URL: "http://minio.edge1.svc.cluster.local:9000"
30     S3_USE_HTTPS: 0
31     S3_VERIFY_SSL: 0
32     AWS_LOG_LEVEL: 3
33     TF_CPP_MIN_LOG_LEVEL: 3
34     MODEL_BUCKET: "numpy"
35     # List of object files to be loaded given in a , separated list format
36     MODEL_OBJECTS: '["model1.data", "model2.data"]'
37
38 ## Service account for model-loader to use.
39 serviceAccount:
40   create: true
41   name: ""
42
43 resources: {}
44   # We usually recommend not to specify default resources and to leave this as a conscious
45   # choice for the user. This also increases chances charts run on environments with little
46   # resources, such as Minikube. If you do want to specify resources, uncomment the following
47   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
48   # limits:
49   #  cpu: 100m
50   #  memory: 128Mi
51   # requests:
52   #  cpu: 100m
53   #  memory: 128Mi
54
55 nodeSelector: {}
56
57 tolerations: []
58
59 affinity: {}
60