Skip to content

Commit 2823d71

Browse files
author
zhilingc
committed
Small fixes for helm chart
1 parent 28bab88 commit 2823d71

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

infra/charts/feast-core/templates/core-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ spec:
8888
readOnly: true
8989
{{- end }}
9090
env:
91+
- name: DB_HOST
92+
value: {{ template "postgresql.host" . }}
9193
- name: DB_PASSWORD
9294
valueFrom:
9395
secretKeyRef:

infra/charts/feast-serving/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ rollingUpdate:
6565
maxUnavailable: 1
6666

6767
livenessProbe:
68-
enabled: false
6968
# initialDelaySeconds: 30
7069
# failureThreshold: 3
7170
readinessProbe:

0 commit comments

Comments
 (0)