mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 15:38:49 +08:00
explicitly set probes to true
This commit is contained in:
@@ -13,6 +13,14 @@ args:
|
||||
- --port
|
||||
- '8080'
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
pvc-stock:
|
||||
enabled: true
|
||||
|
||||
@@ -13,6 +13,14 @@ args:
|
||||
- --port
|
||||
- '8080'
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user