fix: changed services names in values.yaml
This commit is contained in:
parent
d29c428c46
commit
3e98f7149f
@ -44,7 +44,7 @@ peertube:
|
|||||||
dbUser: user # must be consistent with postgresql configuration
|
dbUser: user # must be consistent with postgresql configuration
|
||||||
dbPasswd: user # must be consistent with postgresql configuration
|
dbPasswd: user # must be consistent with postgresql configuration
|
||||||
dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk
|
dbSsl: false # disabled by default WARNING: ssl connection feature not tested, use at your own risk
|
||||||
dbHostname: peertube-postgresql # must be consistent with postgresql configuration
|
dbHostname: peertube-gsb-postgresql # must be consistent with postgresql configuration
|
||||||
webHostname: peertube # must be changed to your local setup
|
webHostname: peertube # must be changed to your local setup
|
||||||
secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683
|
secret: b2753b0f37444974de0e81f04815e6a889fcf8960bd203a01b624d8fa8a37683
|
||||||
smtpHostname: peertube-mail # must be consistent with mail configuration
|
smtpHostname: peertube-mail # must be consistent with mail configuration
|
||||||
@ -53,7 +53,7 @@ peertube:
|
|||||||
smtpTls: false # disabled by default WARNING: tls connection feature not tested, use at your own risk
|
smtpTls: false # disabled by default WARNING: tls connection feature not tested, use at your own risk
|
||||||
smtpDisableStartTls: false # unless crashes related to tls/ssl, this should be unchanged
|
smtpDisableStartTls: false # unless crashes related to tls/ssl, this should be unchanged
|
||||||
adminEmail: root@localhost.lan # use this if you want peopleto be able to reach you
|
adminEmail: root@localhost.lan # use this if you want peopleto be able to reach you
|
||||||
redisHostname: peertube-redis-master # must be consistent with redis configuration
|
redisHostname: peertube-gsb-redis-master # must be consistent with redis configuration
|
||||||
redisAuth: peertube # must be consistent with redis configuration
|
redisAuth: peertube # must be consistent with redis configuration
|
||||||
app:
|
app:
|
||||||
userCanRegister: true # control if people can register by themselves
|
userCanRegister: true # control if people can register by themselves
|
||||||
@ -116,7 +116,7 @@ ingress:
|
|||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: true
|
enabled: false
|
||||||
minimumReplicas: 3
|
minimumReplicas: 3
|
||||||
maximumReplicas: 20
|
maximumReplicas: 20
|
||||||
targetCPUUtilizationPercentage: 90
|
targetCPUUtilizationPercentage: 90
|
||||||
|
@ -21,11 +21,11 @@
|
|||||||
- name: installation de helm...
|
- name: installation de helm...
|
||||||
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
|
|
||||||
- name: installation de peertube...
|
|
||||||
shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix
|
|
||||||
|
|
||||||
- name: exposition du cluster...
|
- name: exposition du cluster...
|
||||||
shell: export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
shell: export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
|
||||||
|
- name: installation de peertube...
|
||||||
|
shell: helm repo add postgresql https://charts.bitnami.com/bitnami && helm repo add redis https://charts.bitnami.com/bitnami && helm repo add mail https://bokysan.github.io/docker-postfix
|
||||||
|
|
||||||
- name: lancement du helm chart peertube...
|
- name: lancement du helm chart peertube...
|
||||||
shell: helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm
|
shell: helm install --create-namespace -n peertube peertube-gsb /root/tools/peertube/helm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user