X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fvalues.yaml;h=c32b55b61f79315b6ce480220701fb6355d1a471;hb=08296edb0fdaf5688b5560ebf3dc6b05d992f6a9;hp=20cf8d209f673d9adf89d8cf55ccde8fae63a0ec;hpb=fd6f03148fbe2a94a6547aec64a6b5ab51ec55a5;p=oom.git diff --git a/kubernetes/so/values.yaml b/kubernetes/so/values.yaml index 20cf8d209f..c32b55b61f 100755 --- a/kubernetes/so/values.yaml +++ b/kubernetes/so/values.yaml @@ -11,9 +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/api-handler-infra:latest -pullPolicy: IfNotPresent +image: onap/so/api-handler-infra:1.4.0-STAGING-latest +pullPolicy: Always + replicaCount: 1 minReadySeconds: 10 containerPort: 8080 @@ -21,35 +37,60 @@ logPath: ./logs/apih/ app: api-handler-infra service: type: NodePort - nodePort: 58 - internalPort: 10100 + nodePort: 77 + internalPort: 8080 + externalPort: 8080 portName: so-apih-port updateStrategy: type: RollingUpdate maxUnavailable: 1 maxSurge: 1 +# Resource Limit flavor -By Default using small +flavor: small +# Segregation for Different environment (Small and Large) resources: + small: + limits: + cpu: 2000m + memory: 4Gi requests: - memory: 1Gi cpu: 500m + memory: 1Gi + large: limits: - memory: 4Gi - cpu: 2000m + cpu: 4000m + memory: 8Gi + requests: + cpu: 1000m + memory: 2Gi + unlimited: {} livenessProbe: - path: /manage/health - scheme: HTTPS + path: /manage/health + scheme: HTTP initialDelaySeconds: 600 periodSeconds: 60 timeoutSeconds: 10 successThreshold: 1 failureThreshold: 3 -global: - nodePortPrefix: 302 - # docker repository - repository: nexus3.onap.org:10001 - # image pull Policy - pullPolicy: IfNotPresent mariadb: - nameOverride: so-db + nameOverride: so-mariadb +so-bpmn-infra: + mariadb: + nameOverride: so-mariadb +so-catalog-db-adapter: + mariadb: + nameOverride: so-mariadb +so-openstack-adapter: + mariadb: + nameOverride: so-mariadb +so-request-db-adapter: + mariadb: + nameOverride: so-mariadb +so-sdc-controller: + mariadb: + nameOverride: so-mariadb +so-vfc-adapter: + mariadb: + nameOverride: so-mariadb nodeSelector: {} -affinity: {} \ No newline at end of file +affinity: {}