Skip to content
Snippets Groups Projects
  • Sagar Arora's avatar
    c3601664
    Major Update of Helm-Charts: · c3601664
    Sagar Arora authored and Raphael Defosseux's avatar Raphael Defosseux committed
    Updating the helm-charts and adding new charts for CU-CP and CU-UP.
    
    * Added readme for individual charts.
    * New charts for CU-CP and CU-UP
    * Made defaultGateway of multus optional
    * Solved the bugs for resource assignment and tcpdump capture
    c3601664
    History
    Major Update of Helm-Charts:
    Sagar Arora authored and Raphael Defosseux's avatar Raphael Defosseux committed
    Updating the helm-charts and adding new charts for CU-CP and CU-UP.
    
    * Added readme for individual charts.
    * New charts for CU-CP and CU-UP
    * Made defaultGateway of multus optional
    * Solved the bugs for resource assignment and tcpdump capture
values.yaml 10.73 KiB
mysql:
  enabled: true
  weight: 0
  imagePullPolicy: IfNotPresent
  oai5gdatabase: basic
  imagePullSecrets:
    - name: regcred
  persistence:
    enabled: false
oai-nssf:
  enabled: true
  weight: 0
  kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
  nfimage:  # image name either locally present or in a public/private repository
    repository: docker.io/oaisoftwarealliance/oai-nssf          ## The image will be pulled from dockerhub
    version: v1.5.1                                   ## The branch to be used to pull from dockerhub
    # pullPolicy: IfNotPresent or Never or Always
    pullPolicy: IfNotPresent
  imagePullSecrets:
    - name: "regcred"
  includeTcpDumpContainer: false #only for taking pcaps inside network function pod
  config:
    logLevel: "debug"   #allowed info/error/debug
  nodeSelector: {}
oai-nrf:
  enabled: true
  weight: 0
  kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
  nfimage:  # image name either locally present or in a public/private repository
    repository: docker.io/oaisoftwarealliance/oai-nrf           ## The image will be pulled from dockerhub
    version: v1.5.1                                   ## The branch to be used to pull from dockerhub
    # pullPolicy: IfNotPresent or Never or Always
    pullPolicy: IfNotPresent
  includeTcpDumpContainer: false #only for taking pcaps inside network function pod
  imagePullSecrets:
    - name: "regcred"
  config:
    logLevel: "debug"   #allowed info/error/debug
  nodeSelector: {}
oai-udr:
  enabled: true
  weight: 1
  kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
  nfimage:  # image name either locally present or in a public/private repository
    repository: docker.io/oaisoftwarealliance/oai-udr           ## The image will be pulled from dockerhub
    version: v1.5.1                                   ## The branch to be used to pull from dockerhub
    # pullPolicy: IfNotPresent or Never or Always
    pullPolicy: IfNotPresent
  includeTcpDumpContainer: false #only for taking pcaps inside network function pod
  imagePullSecrets:
    - name: "regcred"
  config:
    logLevel: "debug"   #allowed info/error/debug
  nodeSelector: {}
oai-udm:
  enabled: true
  weight: 2
  kubernetesType: Vanilla #Openshift/Vanilla Vanilla for Upstream Kubernetes
  nfimage:  # image name either locally present or in a public/private repository
    repository: docker.io/oaisoftwarealliance/oai-udm           ## The image will be pulled from dockerhub
    version: v1.5.1                                   ## The branch to be used to pull from dockerhub
    # pullPolicy: IfNotPresent or Never or Always
    pullPolicy: IfNotPresent
  includeTcpDumpContainer: false #only for taking pcaps inside network function pod
  imagePullSecrets:
    - name: "regcred"
  config:
    logLevel: "debug"   #allowed info/error/debug
  nodeSelector: {}
oai-ausf: