BorislavG | 0433c91 | 2018-03-21 18:35:30 +0200 | [diff] [blame] | 1 | ################################################################# |
| 2 | # Global configuration defaults. |
| 3 | ################################################################# |
| 4 | global: |
| 5 | nodePortPrefix: 302 |
BorislavG | 0433c91 | 2018-03-21 18:35:30 +0200 | [diff] [blame] | 6 | readinessRepository: oomk8s |
BorislavG | 3d6f937 | 2018-04-15 11:55:39 +0000 | [diff] [blame] | 7 | readinessImage: readiness-check:2.0.0 |
BorislavG | 0433c91 | 2018-03-21 18:35:30 +0200 | [diff] [blame] | 8 | |
| 9 | ################################################################# |
| 10 | # Application configuration defaults. |
| 11 | ################################################################# |
| 12 | # application image |
| 13 | repository: nexus3.onap.org:10001 |
Gary Wu | 2b3a96f | 2018-06-06 10:33:08 -0700 | [diff] [blame^] | 14 | image: onap/oom/kube2msb:1.1.0 |
BorislavG | 0433c91 | 2018-03-21 18:35:30 +0200 | [diff] [blame] | 15 | pullPolicy: Always |
| 16 | |
| 17 | # application configuration |
| 18 | config: |
| 19 | routeLabels: "visualRange:1" |
| 20 | kubeMasterUrl: https://kubernetes.default:443 |
BorislavG | 6c7ecf0 | 2018-04-01 13:08:37 +0300 | [diff] [blame] | 21 | discoveryUrl: http://msb-discovery.{{include "common.namespace" .}}:10081 |
BorislavG | 0433c91 | 2018-03-21 18:35:30 +0200 | [diff] [blame] | 22 | |
| 23 | # default number of instances |
| 24 | replicaCount: 1 |
| 25 | |
| 26 | nodeSelector: {} |
| 27 | |
| 28 | affinity: {} |
| 29 | |
| 30 | # probe configuration parameters |
| 31 | liveness: {} |
| 32 | |
| 33 | readiness: {} |
| 34 | |
| 35 | service: {} |
| 36 | |
| 37 | ingress: |
| 38 | enabled: false |
| 39 | |
| 40 | resources: {} |
| 41 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 42 | # choice for the user. This also increases chances charts run on environments with little |
| 43 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 44 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 45 | # |
| 46 | # Example: |
| 47 | # Configure resource requests and limits |
| 48 | # ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| 49 | # Minimum memory for development is 2 CPU cores and 4GB memory |
| 50 | # Minimum memory for production is 4 CPU cores and 8GB memory |
| 51 | #resources: |
| 52 | # limits: |
| 53 | # cpu: 2 |
| 54 | # memory: 4Gi |
| 55 | # requests: |
| 56 | # cpu: 2 |
| 57 | # memory: 4Gi |