Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jul 17, 2024
1 parent 5cf52fd commit fd988f6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions chart/values-ci-noscience.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Can be overriden in stream2raw, raw2science and distribution sections
cores: 1
coreRequest: 0
instances: 1
memory: 1g
# instances: 1

fink_trigger_update: "2"

# Can be overriden using --image option

# Default to s3a://<s3.bucket>
# online_data_prefix: s3a://fink-broker-online
producer: sims

log_level: INFO

#
# Parameters used to run the stream2raw task
#
stream2raw:
cores: "{{.Values.cores}}"
coreRequest: "{{.Values.coreRequest}}"
memory: "{{.Values.memory}}"
instances: "{{.Values.instances}}"
fink_alert_schema: /home/fink/fink-alert-schemas/ztf/ztf_public_20190903.schema.avro
kafka:
in_sockets: kafka-cluster-kafka-bootstrap.kafka:9092
starting_offset: earliest
topic: ztf-stream-sim

#
# Parameters used to run the raw2science task
#
raw2science:
cores: "{{.Values.cores}}"
coreRequest: "{{.Values.coreRequest}}"
memory: "{{.Values.memory}}"
instances: "{{.Values.instances}}"

#
# Parameters used to run the distribution task
#
distribution:
cores: "{{.Values.cores}}"
coreRequest: "{{.Values.coreRequest}}"
memory: "{{.Values.memory}}"
instances: "{{.Values.instances}}"
kafka:
out_sockets: "kafka-cluster-kafka-external-bootstrap.kafka:9094"
schema: "/home/fink/fink-alert-schemas/ztf/distribution_schema_0p2.avsc"
substream_prefix: "fink_"

2 changes: 1 addition & 1 deletion e2e/argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IMAGE="$CIUX_IMAGE_URL"
echo "Use CIUX_IMAGE_URL to set fink-broker image: $CIUX_IMAGE_URL"
if [[ "$IMAGE" =~ "-noscience" ]];
then
valueFile=values.yaml
valueFile=values-ci-noscience.yaml
else
valueFile=values-ci-science.yaml
fi
Expand Down

0 comments on commit fd988f6

Please sign in to comment.