From 189865090c227e790dafa2853140aaceb5fd5928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 2 Mar 2023 03:18:33 +0200 Subject: [PATCH] Little changes and chart bump --- charts/apps/piped/Chart.yaml | 2 +- charts/apps/piped/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 75d9e08..999a633 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -9,7 +9,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 0.0.1 +version: 0.0.2 appVersion: latest maintainers: - name: Skyler Mäntysaari diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 30f2a46..4263d28 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -40,8 +40,8 @@ frontend: # -- image pull policy pullPolicy: IfNotPresent - env: - BACKEND_HOSTNAME: pipedapi.example.org + #env: + # BACKEND_HOSTNAME: pipedapi.example.org command: "/bin/ash" args: @@ -96,11 +96,11 @@ backend: #API_URL: https://BACKEND_HOSTNAME #FRONTEND_URL: https://FRONTEND_HOSTNAME # Enable haveibeenpwned compromised password API - COMPROMISED_PASSWORD_CHECK: true + #COMPROMISED_PASSWORD_CHECK: true # Disable Registration - DISABLE_REGISTRATION: false + #DISABLE_REGISTRATION: false # Feed Retention Time in Days - FEED_RETENTION: 30 + #FEED_RETENTION: 30 #database: # connection_url: jdbc:postgresql://postgres:5432/piped # driver_class: org.postgresql.Driver