Skip to content

Commit

Permalink
chore(demo/signal-processing): Drop back to NiFi 1.28.1 due to NiFi 2…
Browse files Browse the repository at this point in the history
….x problems
  • Loading branch information
NickLarsenNZ committed Feb 27, 2025
1 parent 9e74025 commit 90d1a94
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions stacks/signal-processing/nifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ metadata:
name: nifi
spec:
image:
productVersion: 2.2.0
productVersion: 1.28.1
# TODO (@NickLarsenNZ): Use a versioned image with stackable0.0.0-dev or stackableXX.X.X so that
# the demo is reproducable for the release and it will be automatically replaced for the release branch.
custom: oci.stackable.tech/stackable/nifi:2.2.0-postgresql
# custom: oci.stackable.tech/stackable/nifi:2.2.0-postgresql
custom: oci.stackable.tech/stackable/nifi:1.28.1-postgresql
# pullPolicy: IfNotPresent
clusterConfig:
listenerClass: external-unstable
zookeeperConfigMapName: nifi-znode
Expand All @@ -18,6 +20,13 @@ spec:
keySecret: nifi-sensitive-property-key
autoGenerate: true
nodes:
podOverrides:
metadata:
annotations:
sidecar.opentelemetry.io/inject: "default/otel-collector-grpc"
instrumentation.opentelemetry.io/inject-java: "true"
# Todo: We probably want to add the following annotation by default.
instrumentation.opentelemetry.io/java-container-names: "nifi"
config:
resources:
cpu:
Expand Down

0 comments on commit 90d1a94

Please sign in to comment.