move values to common folder

This commit is contained in:
gilgamezh
2025-08-30 16:50:54 +02:00
parent 9821c67e72
commit 1fd2399e73
2 changed files with 22 additions and 2 deletions
+1 -2
View File
@@ -13,7 +13,7 @@ spec:
helm: helm:
releaseName: flaresolverr releaseName: flaresolverr
valueFiles: valueFiles:
- $values/flaresolverr_values.yaml - $values/helm-values/flaresolverr_values.yaml
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git - repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
targetRevision: HEAD targetRevision: HEAD
ref: values ref: values
@@ -27,4 +27,3 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true - ServerSideApply=true
+21
View File
@@ -0,0 +1,21 @@
---
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