ssl mode
This commit is contained in:
parent
d6fe248e14
commit
b72dc3688d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ spec:
|
|||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
PEERTUBE_DB_SSLMODE: "false"
|
||||
PEERTUBE_WEBSERVER_HOSTNAME: "khazadtube.tv"
|
||||
PEERTUBE_SECRET: "{{ .peertube_secret }}"
|
||||
PEERTUBE_SMTP_HOSTNAME: "{{ .mailgun_smtp_hostname }}"
|
||||
|
@ -37,6 +36,7 @@ spec:
|
|||
PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX: ""
|
||||
PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME: "khazadtube-videos"
|
||||
PEERTUBE_OBJECT_STORAGE_VIDEOS_PREFIX: ""
|
||||
PEERTUBE_DB_SSLMODE: "true"
|
||||
PEERTUBE_DB_HOSTNAME: "{{ .crunchy_peertube_hostname }}"
|
||||
PEERTUBE_DB_USERNAME: "{{ .crunchy_peertube_username }}"
|
||||
PEERTUBE_DB_PASSWORD: "{{ .crunchy_peertube_password }}"
|
||||
|
|
Reference in a new issue