mirror of
https://github.com/truenas/charts.git
synced 2026-06-15 06:28:46 +08:00
fix probe
This commit is contained in:
committed by
Stavros Kois
parent
46d7b9cab1
commit
7fde957400
8
library/ix-dev/community/dashy/metadata.yaml
Normal file
8
library/ix-dev/community/dashy/metadata.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
runAsContext:
|
||||
- userName: root
|
||||
groupName: root
|
||||
gid: 0
|
||||
uid: 0
|
||||
description: Dashy runs as a root user.
|
||||
capabilities: []
|
||||
hostMounts: []
|
||||
@@ -33,22 +33,19 @@ workload:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- NODE_OPTIONS=--dns-result-order=ipv4first node
|
||||
- /app/services/healthcheck
|
||||
type: http
|
||||
port: {{ .Values.dashyNetwork.webPort }}
|
||||
path: /
|
||||
readiness:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- NODE_OPTIONS=--dns-result-order=ipv4first node
|
||||
- /app/services/healthcheck
|
||||
type: http
|
||||
port: {{ .Values.dashyNetwork.webPort }}
|
||||
path: /
|
||||
startup:
|
||||
enabled: true
|
||||
type: exec
|
||||
command:
|
||||
- NODE_OPTIONS=--dns-result-order=ipv4first node
|
||||
- /app/services/healthcheck
|
||||
type: http
|
||||
port: {{ .Values.dashyNetwork.webPort }}
|
||||
path: /
|
||||
initContainers:
|
||||
init-config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user