X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1mediator%2Fvalues.yaml;h=e8bd0d2147368320c0be3f081279ecf56020b8bb;hb=HEAD;hp=43754229b21b1b1dce80783e1ad385758881946c;hpb=18dcbc384a55e30e357b3c94d5e48a65e7a0badb;p=ric-plt%2Fa1.git diff --git a/a1mediator/values.yaml b/a1mediator/values.yaml deleted file mode 100644 index 4375422..0000000 --- a/a1mediator/values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -replicaCount: 1 - -image: - repository: nexus3.o-ran-sc.org:10004/ric-plt-a1 - tag: 0.8.2 - pullPolicy: IfNotPresent - -# name of the secret that allows for privagte registry docker pulls. -# if the value is "lfhelper", there is a helper function included in this chart, and it uses imageCredentials . -# imageCredentials is referenced in secrets.yaml, and uses a helper function to formulate the docker reg username and password into a valid dockerconfig.json. -# Note, if the value of lf_docker_reg_secret is changed, these image credentials are ignored and not used. -lf_docker_reg_secret: lfhelper -imageCredentials: - registry: nexus3.o-ran-sc.org:10004/ric-plt-a1 - username: - password: - -httpservice: - port: 10000 ## dont change this!! - type: ClusterIP - -rmrservice: - name: rmrservice - port: 4562 ## dont change this!! - type: ClusterIP - -rmr_timeout_config: - rcv_retry_interval_ms: 500 - rcv_retry_times: 20 - -ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: [] - - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local