#################################################################
################################################################# global:
nodePortPrefix: 302 nodePortPrefixExt: 304 masterPassword: secretpassword
#repository: nexus3.onap.org:10001
readinessRepository: oomk8s
loggingRepository: docker.elastic.co
pullPolicy: IfNotPresent
persistence: mountPath: /dockerdata-nfs
debugEnabled: false
#################################################################
################################################################# aaf: enabled: true aaf-service: readiness: initialDelaySeconds: 150 cassandra: enabled: true replicaCount: 3 config: cluster_domain: cluster.local heap: max: 1G min: 256M liveness: initialDelaySeconds: 60 periodSeconds: 20 timeoutSeconds: 10 successThreshold: 1 failureThreshold: 3 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true
readiness: initialDelaySeconds: 120 periodSeconds: 20 timeoutSeconds: 10 successThreshold: 1 failureThreshold: 3 portal: enabled: true sdc: enabled: true config: environment: vnfRepoPort: 8703 sdc-be: config: javaOptions: "-Xmx1g -Xms512m" liveness: periodSeconds: 300 timeoutSeconds: 180 readiness: periodSeconds: 300 timeoutSeconds: 240 sdc-fe: resources: small: limits: cpu: 1 memory: 2Gi requests: cpu: 100m memory: 500Mi