X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fvalues.yaml;h=aa6a487115cfd3c9f6944d4d229b7fbeae1eb96f;hb=87c0ebc0024b9da0ef2f5c0cfa642fdcde6eba02;hp=f14a81d13eae9deed637d96b10f9f30e566091a5;hpb=f3ce354b2e6c538b50ed990ba359d3af2283c901;p=pti%2Fo2.git diff --git a/charts/values.yaml b/charts/values.yaml index f14a81d..aa6a487 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -22,23 +22,48 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" +# 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 memory: 2Gi global: - namespace: orano2 + namespace: oran-o2 + +db: + 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: - imagePullSecrets: admin-orano2-registry-secret - image: - repository: registry.local:9001/admin/o2imsdms - tag: 0.1.1 + serviceaccountname: admin-oran-o2 + 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" +o2dms: + helm_cli_enable: false + ocloud: OS_AUTH_URL: "" OS_USERNAME: "" OS_PASSWORD: "" K8S_KUBECONFIG: "" + API_HOST_EXTERNAL_FLOATING: "" + HELM_USER_PASSWD: "St8rlingX*"