####################################################################################### # Copyright ETSI Contributors and Others. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or # implied. # See the License for the specific language governing permissions and # limitations under the License. ####################################################################################### # Default values for osm. # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: replicaCount: 1 logLevel: INFO image: repositoryBase: docker.io/opensourcemano pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "testing-daily" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" podAnnotations: {} podSecurityContext: # runAsUser: 1000 # runAsGroup: 1000 fsGroup: 1000 securityContext: runAsUser: 1000 nodeSelector: {} tolerations: [] affinity: {} behindHttpProxy: false httpProxy: {} # HTTP_PROXY: # HTTPS_PROXY: # NO_PROXY: oldServiceAssurance: false airflow: enabled: true certauth: enabled: true grafana: enabled: true kafka: enabled: true service: port: 9092 # replicaCount: 1 keystone: enabled: true service: port: 5000 image: {} # repository: opensourcemano/keystone # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "keystone-secret" lcm: enabled: true logLevel: DEBUG image: {} # repository: opensourcemano/lcm # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "lcm-secret" config: OSMLCM_VCA_CLOUD: "lxd-cloud" OSMLCM_VCA_K8S_CLOUD: "k8scloud" # OSMLCM_VCA_APIPROXY: "" # OSMLCM_VCA_ENABLEOSUPGRADE: true # OSMLCM_VCA_APTMIRROR: "http://archive.ubuntu.com/ubuntu/" mon: enabled: true # logLevel: DEBUG image: {} # repository: opensourcemano/mon # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "mon-secret" config: {} mysql: enabled: true # dbHostPath: "/var/lib/osm/osm" service: port: 3306 # replicaCount: 1 useOsmSecret: true # secretName: "ro-db-secret" nbi: enabled: true logLevel: DEBUG service: type: NodePort port: 9999 nodePort: 9999 image: {} # repository: opensourcemano/nbi # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "nbi-secret" ngui: enabled: true service: type: NodePort port: 80 nodePort: 80 image: {} # repository: opensourcemano/ng-ui # tag: "testing-daily" # replicaCount: 1 # pla module is disabled by default unless global.oldServiceAssurance and pla.enabled are set to true pla: enabled: false # logLevel: DEBUG image: {} # repository: opensourcemano/pla # tag: "testing-daily" # replicaCount: 1 # pol module is disabled by default unless global.oldServiceAssurance and pol.enabled are set to true pol: enabled: true # logLevel: DEBUG image: {} # repository: opensourcemano/pol # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "pol-secret" prometheus: enabled: true service: type: NodePort nodePort: 9091 # replicaCount: 1 sidecarImage: {} # repository: opensourcemano/ro # tag: "testing-daily" ro: enabled: true # logLevel: DEBUG service: port: 9090 image: {} # repository: opensourcemano/ro # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "ro-secret" vca: enabled: false # host: "" # secret: "" # cacert: "" # pubkey: "" webhookTranslator: enabled: true service: type: NodePort nodePort: 9998 port: 9998 image: {} # repository: opensourcemano/webhook # tag: "testing-daily" # replicaCount: 1 zookeeper: enabled: true service: port: 2181 # replicaCount: 1