From fd1606107028f4bbef09dd6b745479ba321a524d Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 1 Jul 2022 21:08:17 -0400 Subject: [PATCH] fix published lakefs --- lakefs/Pluralfile | 2 +- lakefs/helm/lakefs/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: