aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-17VID healthcheck failure in RS ORDOfir Sonsino1-1/+1
2017-09-15Merge "Pointed at AAI API v11"Amichai Hemli2-2/+2
2017-09-15Merge "Fix for VID Service Type drop down"Amichai Hemli2-2/+3
2017-09-14Pointed at AAI API v11bmatt2-2/+2
2017-09-13Fix for VID Service Type drop downbmatt2-2/+3
2017-09-12Merge "Fix to pass calling application identifier to SO"Ofir Sonsino1-1/+4
2017-09-12Fix to pass calling application identifier to SOanupmarathe1-1/+4
2017-09-12Fix SONAROfir Sonsino1-0/+18
2017-09-08Cleanup project's name in Sonar<
# Copyright (c) 2019 Bell Canada
#
#  Modifications Copyright (c) 2019 Bell Canada.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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:
  # Change to an unused port prefix range to prevent port conflicts
  # with other instances running within the same k8s cluster
  nodePortPrefix: 302

  # image repositories
  repository: nexus3.onap.org:10001

  # readiness check
  readinessImage: onap/oom/readiness:3.0.1

  # image pull policy
  pullPolicy: Always

  persistence:
    mountPath: /dockerdata-nfs

#################################################################
# Application configuration defaults.
#################################################################
# application image
repository: nexus3.onap.org:10001
image: onap/ccsdk-commandexecutor:1.0.3
pullPolicy: Always

# application configuration
config:
  basicAuth: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==

# default number of instances
replicaCount: 1

nodeSelector: {}

affinity: {}

# probe configuration parameters
liveness:
  initialDelaySeconds: 20
  periodSeconds: 20
  timeoutSeconds: 20
  # necessary to disable liveness probe when setting breakpoints
  # in debugger so K8s doesn't restart unresponsive container
  enabled: true

readiness:
  initialDelaySeconds: 10
  periodSeconds: 10
  timeoutSeconds: 20

service:
  type: ClusterIP
  grpc:
    portName: command-executor-grpc
    internalPort: 50051
    externalPort: 50051

persistence:
  enabled: true
  mountSubPath: cds/blueprints/deploy
  deployedBlueprint: /opt/app/onap/blueprints/deploy

ingress:
  enabled: false

resources:
  small:
    limits:
      cpu: 2
      memory: 4Gi
2743-434222/+110841
2017-04-28[VID-3] Setting docker image tagjimmydot1-0/+3
2017-03-31Merge "Update .gitreview with onap URL"Daniel Rose1-1/+1
2017-03-29Point Nexus proxy to new URLAndrew Grimberg2-2/+2
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-1/+1
2017-03-13[OS-144] Removed prop markingsJimmy Forsyth1-0/+0
2017-03-10[OS-144] Updating default ver in pomJimmy Forsyth2-3/+3
2017-03-10[OS-144] Updating version on masterJimmy Forsyth2-2/+2
2017-03-10[VID-3] Updating javadoc paramsJimmy Forsyth2-49/+38
2017-03-07[OS-144] Changing default ASDC hostJimmy Forsyth1-1/+1
2017-03-02[OS-144] Adding nexus+ver to vidJimmy Forsyth2-8/+38
2017-03-02[OS-144] Fixing dist reposJimmy Forsyth1-0/+18
2017-03-02[OS-144] Fixing repo blockJimmy Forsyth3-74/+116
2017-02-27[OS-144] Removing ecomp- names from idsJimmy Forsyth1-3/+3
2017-02-27Merge "[OS-144] Updating ecomp-nexus to nexus.openecomp"Daniel Rose1-7/+30
2017-02-27[OS-144] Trying to get snapshot code to nexusJimmy Forsyth1-1/+1
2017-02-27[OS-144] Updating ecomp-nexus to nexus.openecompJimmy Forsyth1-7/+30