Little changes and chart bump

This commit is contained in:
Skyler Mäntysaari 2023-03-02 03:18:33 +02:00
parent 0ec5cc0e33
commit 189865090c
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy - https://github.com/TeamPiped/piped-proxy
keywords: keywords:
- streaming - streaming
version: 0.0.1 version: 0.0.2
appVersion: latest appVersion: latest
maintainers: maintainers:
- name: Skyler Mäntysaari - name: Skyler Mäntysaari

View File

@ -40,8 +40,8 @@ frontend:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: #env:
BACKEND_HOSTNAME: pipedapi.example.org # BACKEND_HOSTNAME: pipedapi.example.org
command: "/bin/ash" command: "/bin/ash"
args: args:
@ -96,11 +96,11 @@ backend:
#API_URL: https://BACKEND_HOSTNAME #API_URL: https://BACKEND_HOSTNAME
#FRONTEND_URL: https://FRONTEND_HOSTNAME #FRONTEND_URL: https://FRONTEND_HOSTNAME
# Enable haveibeenpwned compromised password API # Enable haveibeenpwned compromised password API
COMPROMISED_PASSWORD_CHECK: true #COMPROMISED_PASSWORD_CHECK: true
# Disable Registration # Disable Registration
DISABLE_REGISTRATION: false #DISABLE_REGISTRATION: false
# Feed Retention Time in Days # Feed Retention Time in Days
FEED_RETENTION: 30 #FEED_RETENTION: 30
#database: #database:
# connection_url: jdbc:postgresql://postgres:5432/piped # connection_url: jdbc:postgresql://postgres:5432/piped
# driver_class: org.postgresql.Driver # driver_class: org.postgresql.Driver