X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=charts%2Fvalues.yaml;h=0ab6f73488d092522826c2bd4d19362fad67ec28;hb=5c00dc9e61bd13c3f5a97ce5e821512553560043;hp=01b7f4a41d7564d523a3dabe2c3433d5331e5272;hpb=14fc8de3f80b6e1ab1e8351017383e99628cb8e3;p=pti%2Fo2.git diff --git a/charts/values.yaml b/charts/values.yaml index 01b7f4a..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,6 +22,9 @@ replicaCount: 1 nameOverride: "" fullnameOverride: "" +podLabels: {} +podAnnotations: {} + # The default value "" doesn't work with binaryData, # So generate the value with: # echo "" | base64 @@ -49,10 +52,11 @@ imagePullSecrets: o2ims: serviceaccountname: admin-oran-o2 - image: - img_o2: nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0 - img_postgres: postgres:9.6 - img_redis: redis:alpine + 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"