mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 23:19:15 +08:00
24 lines
288 B
YAML
24 lines
288 B
YAML
image:
|
|
repository: traefik/whoami
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
port: 8080
|
|
|
|
args:
|
|
- --port
|
|
- "8080"
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
readiness:
|
|
enabled: true
|
|
startup:
|
|
enabled: true
|