diff --git a/charts/datahub/subcharts/datahub-frontend/templates/deployment.yaml b/charts/datahub/subcharts/datahub-frontend/templates/deployment.yaml index 60e242470..c33cb833c 100644 --- a/charts/datahub/subcharts/datahub-frontend/templates/deployment.yaml +++ b/charts/datahub/subcharts/datahub-frontend/templates/deployment.yaml @@ -53,6 +53,7 @@ spec: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} + lifecycle: {{ .Values.lifecycle }} ports: - name: http containerPort: 9002 diff --git a/charts/datahub/subcharts/datahub-frontend/values.yaml b/charts/datahub/subcharts/datahub-frontend/values.yaml index 2ca170805..bce6c0080 100644 --- a/charts/datahub/subcharts/datahub-frontend/values.yaml +++ b/charts/datahub/subcharts/datahub-frontend/values.yaml @@ -42,8 +42,8 @@ service: targetPort: http protocol: TCP name: http - # Annotations to add to the service, this will help in adding - # Internal load balancer or various other annotation support in AWS + # Annotations to add to the service, this will help in adding + # Internal load balancer or various other annotation support in AWS annotations: {} # service.beta.kubernetes.io/aws-load-balancer-internal: "true" @@ -93,6 +93,7 @@ extraVolumeMounts: [] extraInitContainers: [] +lifecycle: {} resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little @@ -187,7 +188,7 @@ global: gms: port: "8080" appVersion: "1.0" - metadata_service_authentication: + metadata_service_authentication: enabled: false systemClientId: "__datahub_system" # systemClientSecret: