X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Fvalues.yaml;h=70e83be87fcdd1004c66089674291d67cf0de3c4;hb=f976ab834a6d339139869278498b82f50ac8e2e8;hp=e018b2b966a7ddf12c69539ced53eb7d6f329b69;hpb=b6c30b4ef1d0d4a58d07dfd7a47ae8545eb3b5f1;p=osm%2Fdevops.git diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index e018b2b9..70e83be8 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -26,7 +26,7 @@ global: repositoryBase: docker.io/opensourcemano pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "13" + tag: "testing-daily" imagePullSecrets: [] nameOverride: "" @@ -76,8 +76,10 @@ grafana: kafka: enabled: true - service: - port: 9092 + listeners: + client: + protocol: "PLAINTEXT" + fullnameOverride: "kafka" # replicaCount: 1 keystone: @@ -86,7 +88,7 @@ keystone: port: 5000 image: {} # repository: opensourcemano/keystone - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "keystone-secret" @@ -96,7 +98,7 @@ lcm: logLevel: DEBUG image: {} # repository: opensourcemano/lcm - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "lcm-secret" @@ -110,25 +112,19 @@ lcm: mon: enabled: true # logLevel: DEBUG - service: - port: 8662 image: {} # repository: opensourcemano/mon - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "mon-secret" config: {} - # OS_NOTIFIER_URI: "http://DEFAULT_IP:8662" mysql: enabled: true - # dbHostPath: "/var/lib/osm/osm" - service: - port: 3306 - # replicaCount: 1 - useOsmSecret: true - # secretName: "ro-db-secret" + image: + tag: "8.1-debian-11" + fullnameOverride: "mysql" nbi: enabled: true @@ -139,7 +135,7 @@ nbi: nodePort: 9999 image: {} # repository: opensourcemano/nbi - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "nbi-secret" @@ -152,7 +148,7 @@ ngui: nodePort: 80 image: {} # repository: opensourcemano/ng-ui - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 # pla module is disabled by default unless global.oldServiceAssurance and pla.enabled are set to true @@ -161,7 +157,7 @@ pla: # logLevel: DEBUG image: {} # repository: opensourcemano/pla - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 # pol module is disabled by default unless global.oldServiceAssurance and pol.enabled are set to true @@ -170,7 +166,7 @@ pol: # logLevel: DEBUG image: {} # repository: opensourcemano/pol - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "pol-secret" @@ -183,7 +179,7 @@ prometheus: # replicaCount: 1 sidecarImage: {} # repository: opensourcemano/ro - # tag: "13" + # tag: "testing-daily" ro: enabled: true @@ -192,13 +188,13 @@ ro: port: 9090 image: {} # repository: opensourcemano/ro - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "ro-secret" vca: - enabled: true + enabled: false # host: "" # secret: "" # cacert: "" @@ -209,13 +205,13 @@ webhookTranslator: service: type: NodePort nodePort: 9998 + port: 9998 image: {} # repository: opensourcemano/webhook - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 zookeeper: enabled: true - service: - port: 2181 + fullnameOverride: "zookeeper" # replicaCount: 1