Skip to content

Commit

Permalink
fix(helm): removed nats startupProbe and readinessProbes
Browse files Browse the repository at this point in the history
Removed the probes because the nats svc is not reachable for pushing NATS credentials. But without specific credentials the NATS server does not start at all.
  • Loading branch information
siredmar committed Dec 15, 2023
1 parent 5496841 commit c6c205d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/edgefarm-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ nats:
nameOverride: nats
statefulSet:
patch:
- op: remove
path: /spec/template/spec/containers/0/readinessProbe
- op: remove
path: /spec/template/spec/containers/0/startupProbe
- op: add
path: /spec/template/spec/volumes/-
value: { name: auth-config, configMap: { name: nats-auth-config } }
Expand Down

0 comments on commit c6c205d

Please sign in to comment.