Skip to content

Commit

Permalink
chart/values: disable dryrun and purge stale nats config
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 21, 2024
1 parent 0a3a368 commit dc65525
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
env:
facility: sandbox
log_level: debug
dryrun: true
dryrun: false
fault_injection: true
endpoints:
nats:
Expand All @@ -16,36 +16,20 @@ env:
connection_timeout: 60s
kv_replication: 1
app_name: flipflop
# TODO: remove deprecated stream_urn_ns field
stream_urn_ns: hollow-controllers
consumer:
name: sandbox-flipflop
pull: true
ack_wait: 5m
max_ack_pending: 10
queue_group: flipflop
stream:
name: controllers
subjects:
- com.hollow.sh.controllers.commands.>
- com.hollow.sh.controllers.responses.>
acknowledgements: true
duplicate_window: 5m
retention: workQueue
otel:
url: jaeger:4317
authenticate: false
fleetdb:
authenticate: true
url: http://fleetdb:8000
oidc_audience_url: # to be filled by parent helm chart if authenticate is true
oidc_issuer_url: # to be filled by parent helm chart if authenticate is true
oidc_issuer_url: # to be filled by parent helm chart if authenticate is true
oidc_client_id: # to be filled by parent helm chart if authenticate is true
oidc_scopes: # to be filled by parent helm chart if authenticate is true
oidc_scopes: # to be filled by parent helm chart if authenticate is true
conditionorc:
authenticate: true
url: http://conditionorc-api:9001
oidc_audience_url: # to be filled by parent helm chart if authenticate is true
oidc_issuer_url: # to be filled by parent helm chart if authenticate is true
oidc_issuer_url: # to be filled by parent helm chart if authenticate is true
oidc_client_id: # to be filled by parent helm chart if authenticate is true
oidc_scopes: # to be filled by parent helm chart if authenticate is true
oidc_scopes: # to be filled by parent helm chart if authenticate is true

0 comments on commit dc65525

Please sign in to comment.