Skip to content

Commit

Permalink
Helm chart fixes for UDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Apr 25, 2024
1 parent e35adca commit 89ef237
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 109 deletions.
107 changes: 0 additions & 107 deletions k8s/arroyo/templates/api.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions k8s/arroyo/templates/controller.yaml
Expand Up @@ -57,6 +57,10 @@ spec:
- name: CHECKPOINT_URL
value: {{ .Values.checkpointUrl }}
{{- end }}
{{ if .Values.artifactUrl }}
- name: ARTIFACT_URL
value: {{ .Values.artifactUrl }}
{{- end }}

{{- include "arroyo.databaseEnvVars" . | nindent 8 }}
- name: CONTROLLER_ADDR
Expand Down
4 changes: 2 additions & 2 deletions k8s/arroyo/values.yaml
Expand Up @@ -13,7 +13,7 @@ controller:
image:
repository: ghcr.io/arroyosystems/arroyo
pullPolicy: IfNotPresent
tag: "dev"
tag: "0.10-dev"
service:
grpcPort: 9190
compilerPort: 9000
Expand All @@ -30,7 +30,7 @@ worker:
image:
repository: ghcr.io/arroyosystems/arroyo
pullPolicy: IfNotPresent
tag: "dev"
tag: "0.10-dev"

postgresql:
# set to true to deploy a postgres instance in-cluster
Expand Down

0 comments on commit 89ef237

Please sign in to comment.