22 lines
322 B
YAML
22 lines
322 B
YAML
---
|
|
image:
|
|
repository: ghcr.io/flaresolverr/flaresolverr
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.21
|
|
|
|
env:
|
|
TZ: UTC
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 8191
|
|
|
|
ingress:
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
# @default -- See values.yaml
|
|
main:
|
|
enabled: false
|
|
|