kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 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 |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 6 | aai: |
BorislavG | dd20705 | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 7 | serviceName: aai |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 8 | aaiElasticsearch: |
| 9 | serviceName: aai-elasticsearch |
| 10 | gizmo: |
| 11 | serviceName: aai-gizmo |
| 12 | searchData: |
| 13 | serviceName: aai-search-data |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 14 | |
| 15 | # application image |
| 16 | repository: nexus3.onap.org:10001 |
Jimmy Forsyth | 6067745 | 2018-05-30 17:40:40 -0400 | [diff] [blame] | 17 | image: onap/sparky-be:1.2.1 |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 18 | pullPolicy: Always |
| 19 | restartPolicy: Always |
| 20 | |
Mandeep Khinda | fe2fee1 | 2018-04-09 21:09:51 +0000 | [diff] [blame] | 21 | dockerhubRepository: registry.hub.docker.com |
| 22 | ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 23 | # application configuration |
| 24 | config: |
| 25 | elasticsearchHttpPort: 9200 |
| 26 | keyStorePassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 27 | keystoreAliasPassword: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o |
Mandeep Khinda | fe2fee1 | 2018-04-09 21:09:51 +0000 | [diff] [blame] | 28 | gerritBranch: master |
| 29 | gerritProject: http://gerrit.onap.org/r/aai/test-config |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 30 | portalUsername: aaiui |
| 31 | portalPassword: 1t2v1vfv1unz1vgz1t3b |
Mandeep Khinda | fe2fee1 | 2018-04-09 21:09:51 +0000 | [diff] [blame] | 32 | |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 33 | # ONAP Cookie Processing - During initial development, the following flag, if true, will |
| 34 | # prevent the portal interface's login processing from searching for a user |
| 35 | # specific cookie, and will instead allow passage if a valid session cookie is discovered. |
| 36 | portalOnapEnabled: true |
| 37 | # |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 38 | |
| 39 | # override chart name (sparky-be) to share a common namespace |
| 40 | # suffix with parent chart (aai) |
| 41 | nsSuffix: aai |
| 42 | |
| 43 | |
| 44 | # default number of instances |
| 45 | replicaCount: 1 |
| 46 | |
| 47 | nodeSelector: {} |
| 48 | |
| 49 | affinity: {} |
| 50 | |
| 51 | # probe configuration parameters |
| 52 | liveness: |
| 53 | initialDelaySeconds: 10 |
| 54 | periodSeconds: 10 |
| 55 | # necessary to disable liveness probe when setting breakpoints |
| 56 | # in debugger so K8s doesn't restart unresponsive container |
| 57 | enabled: true |
| 58 | |
| 59 | readiness: |
| 60 | initialDelaySeconds: 10 |
| 61 | periodSeconds: 10 |
| 62 | |
| 63 | service: |
Arul.Nambi | 0d34374 | 2018-06-20 11:40:17 -0400 | [diff] [blame^] | 64 | type: NodePort |
BorislavG | dd20705 | 2018-05-22 11:31:39 +0000 | [diff] [blame] | 65 | portName: aai-sparky-be |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 66 | internalPort: 9517 |
Arul.Nambi | 0d34374 | 2018-06-20 11:40:17 -0400 | [diff] [blame^] | 67 | nodePort: 20 |
Keren Joseph | 29f11ab | 2018-04-22 15:22:46 +0300 | [diff] [blame] | 68 | internalPort2: 8000 |
kj | 6a8ce80 | 2018-03-19 15:07:44 +0200 | [diff] [blame] | 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 |