Skip to content

Commit

Permalink
Minor helm fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Feb 26, 2024
1 parent 7e7d20a commit 7b6ab72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions helm-chart/banzai-floyds/templates/listener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- "--broker-url=$(FITS_BROKER)"
- "--log-level=info"
env:
{{- include "banzai.Env" . | nindent 12 }}
{{- include "banzaiFloyds.Env" . | nindent 12 }}
resources:
requests:
cpu: "0.1"
Expand All @@ -87,10 +87,6 @@ spec:
- name: scheduler-tmp
emptyDir:
sizeLimit: 1Gi
volumes:
- name: listener-tmp
emptyDir:
sizeLimit: 1Gi

{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 7b6ab72

Please sign in to comment.