Merge "Add PV for SDN-C MD-DAL data exports"
[oom.git] / kubernetes / aai / charts / aai-sparky-be / values.yaml
1 # Default values for sparky-be.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4 global: # global defaults
5   nodePortPrefix: 302
6   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
7   aai:
8     serviceName: aai-aai
9   aaiElasticsearch:
10     serviceName: aai-elasticsearch
11   gizmo:
12     serviceName: aai-gizmo
13   searchData:
14     serviceName: aai-search-data
15
16 # application image
17 repository: nexus3.onap.org:10001
18 image: onap/sparky-be:1.2-STAGING-latest
19 pullPolicy: Always
20 restartPolicy: Always
21
22 dockerhubRepository: registry.hub.docker.com
23 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
24 # application configuration
25 config:
26   elasticsearchHttpPort: 9200
27   keyStorePassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
28   keystoreAliasPassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
29   gerritBranch: master
30   gerritProject: http://gerrit.onap.org/r/aai/test-config
31   portalUsername: aaiui
32   portalPassword: 1t2v1vfv1unz1vgz1t3b
33
34 # ONAP Cookie Processing - During initial development, the following flag, if true, will
35 # prevent the portal interface's login processing from searching for a user
36 # specific cookie, and will instead allow passage if a valid session cookie is discovered.
37   portalOnapEnabled: true
38 #
39
40 # override chart name (sparky-be) to share a common namespace
41 # suffix with parent chart (aai)
42 nsSuffix: aai
43
44
45 # default number of instances
46 replicaCount: 1
47
48 nodeSelector: {}
49
50 affinity: {}
51
52 # probe configuration parameters
53 liveness:
54   initialDelaySeconds: 10
55   periodSeconds: 10
56   # necessary to disable liveness probe when setting breakpoints
57   # in debugger so K8s doesn't restart unresponsive container
58   enabled: true
59
60 readiness:
61   initialDelaySeconds: 10
62   periodSeconds: 10
63
64 service:
65   type: ClusterIP
66   name: aai-sparky-be
67   internalPort: 9517
68   internalPort2: 8000
69
70 ingress:
71   enabled: false
72
73 resources: {}
74   # We usually recommend not to specify default resources and to leave this as a conscious
75   # choice for the user. This also increases chances charts run on environments with little
76   # resources, such as Minikube. If you do want to specify resources, uncomment the following
77   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
78   #
79   # Example:
80   # Configure resource requests and limits
81   # ref: http://kubernetes.io/docs/user-guide/compute-resources/
82   # Minimum memory for development is 2 CPU cores and 4GB memory
83   # Minimum memory for production is 4 CPU cores and 8GB memory
84 #resources:
85 #  limits:
86 #    cpu: 2
87 #    memory: 4Gi
88 #  requests:
89 #    cpu: 2
90 #    memory: 4Gi