From d73c42fd42c088af992b23360bf75e178c5b47db Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:15:54 -0600 Subject: [PATCH] change default values --- charts/tubearchivist/Chart.yaml | 2 +- charts/tubearchivist/values.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/tubearchivist/Chart.yaml b/charts/tubearchivist/Chart.yaml index 8f3c2f5..c465618 100644 --- a/charts/tubearchivist/Chart.yaml +++ b/charts/tubearchivist/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tubearchivist -version: 0.2.1 +version: 0.2.2 description: Chart for Tube Archivist keywords: - download diff --git a/charts/tubearchivist/values.yaml b/charts/tubearchivist/values.yaml index 6e3fa7c..cdb5337 100644 --- a/charts/tubearchivist/values.yaml +++ b/charts/tubearchivist/values.yaml @@ -20,18 +20,18 @@ service: port: 8000 ingress: enabled: false - className: - annotations: - host: + className: "" + annotations: "" + host: "" persistence: cache: enabled: false - storageClassName: default + storageClassName: "" storageSize: 5Gi accessMode: ReadWriteOnce volumeMode: Filesystem youtube: - claimName: + claimName: "" redis: image: repository: redis/redis-stack-server @@ -48,17 +48,17 @@ redis: loadmodule /opt/redis-stack/lib/rejson.so elasticsearch: global: - storageClass: default + storageClass: "" extraEnvVars: - name: "discovery.type" value: "single-node" - name: xpack.security.enabled value: "true" - extraEnvVarsSecret: + extraEnvVarsSecret: [] extraConfig: path: repo: /usr/share/elasticsearch/data/snapshot - extraVolumes: + extraVolumes: [] extraVolumeMounts: - name: snapshot mountPath: /usr/share/elasticsearch/data/snapshot