Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette committed Oct 30, 2024
1 parent 0d69725 commit 42a8486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/operator-wandb/charts/app/templates/_deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ spec:
},
"addr": "kafka://$(KAFKA_CLIENT_USER):$(KAFKA_CLIENT_PASSWORD)@$(KAFKA_BROKER_HOST):$(KAFKA_BROKER_PORT)/$(KAFKA_TOPIC_RUN_UPDATE_SHADOW_QUEUE)?producer_batch_bytes=1048576&num_partitions=$(KAFKA_RUN_UPDATE_SHADOW_QUEUE_NUM_PARTITIONS)&replication_factor=3"
}
{{- if index .Values.global "weave-trace" "enabled" }}
- name: GORILLA_INTERNAL_JWT_ISSUERS
value: '["https://kubernetes.default.svc.cluster.local"]'
- name: GORILLA_INTERNAL_JWT_SUBJECTS
value: '["system:serviceaccount:default:{{ .Values.global.weave-trace.serviceAccountName }}"]'
{{- end }}
{{- include "app.extraEnv" (dict "global" $.Values.global "local" .Values) | nindent 12 }}
{{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
{{- if .healthCheckEnabled }}
Expand Down

0 comments on commit 42a8486

Please sign in to comment.