diff --git a/lakefs/Pluralfile b/lakefs/Pluralfile index befae354d..08e5a8b09 100644 --- a/lakefs/Pluralfile +++ b/lakefs/Pluralfile @@ -1,5 +1,5 @@ REPO lakefs -ATTRIBUTES plural repository.yaml +ATTRIBUTES Plural repository.yaml TF terraform/* HELM helm/* diff --git a/lakefs/helm/lakefs/templates/deployment.yaml b/lakefs/helm/lakefs/templates/deployment.yaml index 71a15f481..85d9e085e 100644 --- a/lakefs/helm/lakefs/templates/deployment.yaml +++ b/lakefs/helm/lakefs/templates/deployment.yaml @@ -38,7 +38,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: {{ .Values.deployment.port }} + containerPort: {{ .Values.service.port }} protocol: TCP livenessProbe: httpGet: