mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-12 21:30:39 +05:30
Little changes and chart bump
This commit is contained in:
parent
0ec5cc0e33
commit
189865090c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user