Skip to content
Snippets Groups Projects
helm-config.yaml 549 B
Newer Older
  • Learn to ignore specific revisions
  • # This file contains the essential configs for the osdu on azure helm chart
    global:
    
      # Service(s) Replica Count
      replicaCount: 2
    
      nodepool: services
      isAutoscalingEnabled: false
    
    
    ################################################################################
    # Specify the Gitlab branch being used for image creation
    # ie: community.opengroup.org:5555/osdu/platform/system/storage/{{ .Values.global.branch }}/storage:latest
    #
    image:
      repository: #{container-registry}#.azurecr.io
      branch: #{ENVIRONMENT_NAME}#
      tag: #{Build.SourceVersion}#