fux peertube

This commit is contained in:
ace 2021-01-17 03:17:52 +03:00
parent dc220cf490
commit 2cd9fc4fd5
No known key found for this signature in database
GPG Key ID: 32989872B72276A0
3 changed files with 4 additions and 5 deletions

View File

@ -31,6 +31,7 @@ ddclient_hosts:
- "{% if chartmuseum_publish | default(false) %}charts.{{ domain }}{% else %}omitme{% endif %}"
- "{% if registry_publish | default(false) %}registry.{{ domain }}{% else %}omitme{% endif %}"
- "{% if peertube_publish | default(false) %}peertube.{{ domain }}{% else %}omitme{% endif %}"
- "{% if roundcube_publish | default(false) %}webmail.{{ domain }}{% else %}omitme{% endif %}"
- "{{ registry_readonly_ingress | default('omitme') }}"
- "{{ chartmuseum_readonly_ingress | default('omitme') }}"
- "{{ wikijs_readonly_ingress | default('omitme') }}"

View File

@ -77,6 +77,9 @@ nginx:
{% if peertube_publish %}
peertube.{{ domain }} https_{{ namespace }};
{% endif %}
{% if roundcube_publish %}
webmail.{{ domain }} https_{{ namespace }};
{% endif %}
- name: "k8s-ghp-{{ namespace }}.conf"
data: |-
{% if gitea_publish_ssh %}

View File

@ -3,11 +3,6 @@ peertube_publish: false
peertube_use_external_db: true
peertube_default_values:
replicaCount: 1
image:
repository: chocobozzz/peertube
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.0.0-buster"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""