Skip to content

Commit

Permalink
fix published lakefs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jul 2, 2022
1 parent 5819534 commit fd16061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lakefs/Pluralfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPO lakefs
ATTRIBUTES plural repository.yaml
ATTRIBUTES Plural repository.yaml

TF terraform/*
HELM helm/*
Expand Down
2 changes: 1 addition & 1 deletion lakefs/helm/lakefs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: {{ .Values.deployment.port }}
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit fd16061

Please sign in to comment.