X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Fvalues.yaml;h=0ab6f73488d092522826c2bd4d19362fad67ec28;hb=34244dc4e31185ce2bb20c2a611b75edee39b2c1;hp=987f5b771cf21c77de61c3146452045e40bcd2c0;hpb=43f41be5f46d57f80970d459294aa9303055b3aa;p=pti%2Fo2.git diff --git a/charts/values.yaml b/charts/values.yaml index 987f5b7..0ab6f73 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Wind River Systems, Inc. +# Copyright (C) 2021-2023 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,27 +22,47 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" -applicationconfig: "" +podLabels: {} +podAnnotations: {} -caconfig: "" - -serverkeyconfig: "" +# 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: - serviceaccountname: admin-orano2 - 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: ""