diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-10-15 12:20:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-15 12:20:24 +0000 |
commit | 42cb9f11d8ef4756d9d51aca4c3bb08277b86869 (patch) | |
tree | 76a763622088c6b00c827a4856a1a8dc86c67683 /kubernetes/so/charts/so-sdnc-adapter/values.yaml | |
parent | d5d5d1387f692610255e602ea18360d61626e614 (diff) | |
parent | c4f04d379ab427475ec792d9758ae2c02aae1e00 (diff) |
Merge "Added missing maria db dependencies"
Diffstat (limited to 'kubernetes/so/charts/so-sdnc-adapter/values.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-sdnc-adapter/values.yaml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/kubernetes/so/charts/so-sdnc-adapter/values.yaml b/kubernetes/so/charts/so-sdnc-adapter/values.yaml index 4bab856b98..11abcd8415 100755 --- a/kubernetes/so/charts/so-sdnc-adapter/values.yaml +++ b/kubernetes/so/charts/so-sdnc-adapter/values.yaml @@ -11,8 +11,25 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +################################################################# +# Global configuration defaults. +################################################################# +global: + nodePortPrefix: 302 + nodePortPrefixExt: 304 + repository: nexus3.onap.org:10001 + readinessRepository: oomk8s + readinessImage: readiness-check:2.0.0 + persistence: + mountPath: /dockerdata-nfs + +################################################################# +# Application configuration defaults. +################################################################# +repository: nexus3.onap.org:10001 image: onap/so/sdnc-adapter:1.3.0-STAGING-latest -pullPolicy: IfNotPresent +pullPolicy: Always + replicaCount: 1 minReadySeconds: 10 containerPort: 8086 |