Skip to content

Commit

Permalink
testkube: enable jetstream in nats
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jan 9, 2024
1 parent 2f72e8b commit 37c9a72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ nats:

# NATS container settings
nats:
jetstream:
# -- Toggle whether to enable JetStream (should not be disabled as Testkube uses Jetstream features)
enabled: true
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
# -- Security Context for NATS container
securityContext: {}
Expand Down

0 comments on commit 37c9a72

Please sign in to comment.