BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | # ================================================================================ |
Jack Lucas | 332b5e7 | 2019-02-06 16:03:13 -0500 | [diff] [blame] | 3 | # Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. |
Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2018 Amdocs, Bell Canada |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 5 | # ================================================================================ |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | # ============LICENSE_END========================================================= |
| 18 | |
| 19 | ################################################################# |
| 20 | # Global configuration defaults. |
| 21 | ################################################################# |
| 22 | global: |
| 23 | nodePortPrefix: 302 |
Jack Lucas | 346b52f | 2019-02-07 18:36:42 -0500 | [diff] [blame] | 24 | persistence: {} |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 25 | readinessRepository: oomk8s |
Gary Wu | bf4b4d8 | 2018-05-11 13:26:30 -0700 | [diff] [blame] | 26 | readinessImage: readiness-check:2.0.0 |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 27 | loggingRepository: docker.elastic.co |
| 28 | loggingImage: beats/filebeat:5.5.0 |
BorislavG | 254272e | 2018-05-09 14:34:14 +0000 | [diff] [blame] | 29 | repositoryCred: |
| 30 | user: docker |
| 31 | password: docker |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 32 | |
| 33 | config: |
| 34 | logstashServiceName: log-ls |
| 35 | logstashPort: 5044 |
| 36 | # Addresses of other ONAP entities |
| 37 | address: |
| 38 | consul: |
| 39 | host: consul-server |
| 40 | port: 8500 |
| 41 | |
| 42 | ################################################################# |
| 43 | # Application configuration defaults. |
| 44 | ################################################################# |
| 45 | # application image |
| 46 | repository: nexus3.onap.org:10001 |
Vijay Venkatesh Kumar | a4535c9 | 2019-08-02 01:45:23 +0000 | [diff] [blame] | 47 | image: onap/org.onap.dcaegen2.deployments.cm-container:2.0.2 |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 48 | pullPolicy: Always |
| 49 | |
Jack Lucas | ecc9f60 | 2019-03-19 11:38:42 -0400 | [diff] [blame] | 50 | # name of shared ConfigMap with kubeconfig for multiple clusters |
| 51 | multisiteConfigMapName: multisite-kubeconfig-configmap |
| 52 | |
| 53 | # image for init container to initialize shared ConfigMap |
Vijay Venkatesh Kumar | 6ef010c | 2019-05-01 18:41:35 +0000 | [diff] [blame] | 54 | multisiteInitImage: onap/org.onap.dcaegen2.deployments.multisite-init-container:1.0.0 |
Jack Lucas | ecc9f60 | 2019-03-19 11:38:42 -0400 | [diff] [blame] | 55 | |
Jack Lucas | 128c0ad | 2019-09-04 15:44:33 -0400 | [diff] [blame] | 56 | # image for cleanup job container |
| 57 | cleanupImage: onap/org.onap.dcaegen2.deployments.dcae-k8s-cleanup-container:1.0.0 |
| 58 | |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 59 | # probe configuration parameters |
| 60 | liveness: |
| 61 | initialDelaySeconds: 10 |
| 62 | periodSeconds: 10 |
| 63 | # necessary to disable liveness probe when setting breakpoints |
| 64 | # in debugger so K8s doesn't restart unresponsive container |
Jack Lucas | 7586f97 | 2018-10-31 13:47:16 -0400 | [diff] [blame] | 65 | # liveness not desirable for Cloudify Manager container |
| 66 | enabled: false |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 67 | |
| 68 | readiness: |
Jack Lucas | 332b5e7 | 2019-02-06 16:03:13 -0500 | [diff] [blame] | 69 | initialDelaySeconds: 60 |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 70 | periodSeconds: 10 |
| 71 | |
| 72 | service: |
| 73 | type: ClusterIP |
| 74 | name: dcae-cloudify-manager |
Vijay Venkatesh Kumar | a4535c9 | 2019-08-02 01:45:23 +0000 | [diff] [blame] | 75 | externalPort: 443 |
| 76 | internalPort: 443 |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 77 | |
vaibhav_16dec | db582fa | 2018-09-20 12:32:47 +0000 | [diff] [blame] | 78 | # Resource Limit flavor -By Default using small |
| 79 | flavor: small |
| 80 | # Segregation for Different environment (Small and Large) |
| 81 | resources: |
| 82 | small: |
| 83 | limits: |
| 84 | cpu: 2 |
| 85 | memory: 2Gi |
| 86 | requests: |
| 87 | cpu: 1 |
| 88 | memory: 1Gi |
| 89 | large: |
| 90 | limits: |
| 91 | cpu: 4 |
| 92 | memory: 4Gi |
| 93 | requests: |
| 94 | cpu: 2 |
| 95 | memory: 2Gi |
| 96 | unlimited: {} |
BorislavG | e904ab2 | 2018-04-03 16:55:55 +0300 | [diff] [blame] | 97 | # Kubernetes namespace for components deployed via Cloudify manager |
| 98 | # If empty, use the common namespace |
Lusheng Ji | 98f947e | 2018-04-30 12:03:37 -0400 | [diff] [blame] | 99 | # dcae_ns: "dcae" |
Jack Lucas | cec10b4 | 2018-12-04 15:10:28 -0500 | [diff] [blame] | 100 | |
| 101 | # Parameters for persistent storage |
| 102 | persistence: |
| 103 | enabled: true |
| 104 | accessMode: ReadWriteOnce |
| 105 | size: 4Gi |
| 106 | mountPath: /dockerdata-nfs |
| 107 | mountSubPath: dcae-cm/data |
Sylvain Desbureaux | 03c36f9 | 2019-11-29 15:22:29 +0100 | [diff] [blame] | 108 | volumeReclaimPolicy: Retain |