X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fvalues.yaml;h=ee88d9c38929d40271121218f2387fda97cc7c1e;hb=d526dada19a291932dd2c235fc2c40f0422ccdd7;hp=6d1fa545499c53d9f40326390f170ecee1eab69a;hpb=4f9eafd85b51688708f6bf24e9334c532a331d8f;p=pti%2Fo2.git diff --git a/charts/values.yaml b/charts/values.yaml index 6d1fa54..ee88d9c 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -1,4 +1,5 @@ -# Copyright (C) 2021 Wind River Systems, Inc. +--- +# Copyright (C) 2021-2024 Wind River Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,13 +23,17 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" -applicationconfig: "" +podLabels: {} +podAnnotations: {} -servercrt: "" - -serverkey: "" - -smocacrt: "" +# The default value "" doesn't work with binaryData, +# So generate the value with: +# echo "" | base64 +# Cg== +applicationconfig: Cg== +servercrt: Cg== +serverkey: Cg== +smocacrt: Cg== resources: cpu: 1 @@ -37,18 +42,42 @@ resources: global: namespace: oran-o2 +db: + persistence: true + storageSize: 10Gi + +# ImagePullSecrets for operator ServiceAccount, list of secrets in the same +# namespace used to pull operator image. Must be set for any cluster configured +# with private docker registry. +imagePullSecrets: + - default-registry-key + o2ims: serviceaccountname: admin-oran-o2 - image: - repository: registry.local:9001/admin/o2imsdms - tag: 0.1.1 + images: + tags: + o2service: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0 + postgres: docker.io/library/postgres:9.6 + redis: docker.io/library/redis:alpine pullPolicy: IfNotPresent logginglevel: "WARNING" + # Mount certs from host system. + # Normally required to use CGTS client with SSL. + useHostCert: false + hostCertPath: /etc/ssl/certs/ca-certificates.crt + + # Skip SSL verification when using CGTS client. + cgtsInsecureSSL: false + +o2dms: + helm_cli_enable: false + ocloud: OS_AUTH_URL: "" OS_USERNAME: "" OS_PASSWORD: "" + OS_REGION_NAME: "RegionOne" K8S_KUBECONFIG: "" API_HOST_EXTERNAL_FLOATING: "" HELM_USER_PASSWD: "St8rlingX*"