Skip to content
Snippets Groups Projects
helm-config.yaml 511 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
    
    ################################################################################
    # Specify the Gitlab branch being used for image creation
    # ie: community.opengroup.org:5555/osdu/platform/security-and-compliance/legal/{{ .Values.global.branch }}/legal:latest
    #
    image:
      repository: #{container-registry}#.azurecr.io
      branch: #{ENVIRONMENT_NAME}#
      tag: #{Build.SourceVersion}#