Discourse plugins and Gitea act runner labels
This commit is contained in:
parent
f5ebc86960
commit
148f933eb5
@ -25,14 +25,17 @@
|
|||||||
discourse:
|
discourse:
|
||||||
skipInstall: false
|
skipInstall: false
|
||||||
plugins:
|
plugins:
|
||||||
- https://github.com/discourse/discourse-activity-pub /opt/bitnami/discourse/plugins/discourse-activity-pub
|
- https://github.com/discourse/discourse-adplugin
|
||||||
- https://github.com/discourse/discourse-openid-connect /opt/bitnami/discourse/plugins/discourse-openid-connect
|
- https://github.com/discourse/discourse-subscriptions
|
||||||
- https://github.com/jonmbake/discourse-ldap-auth /opt/bitnami/discourse/plugins/discourse-ldap-auth
|
- https://github.com/discourse/discourse-activity-pub
|
||||||
|
- https://github.com/discourse/discourse-openid-connect
|
||||||
|
- https://github.com/jonmbake/discourse-ldap-auth
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
|
rm -r /opt/bitnami/discourse/plugins/chat
|
||||||
chown -R discourse:root /opt/bitnami/discourse/plugins
|
chown -R discourse:root /opt/bitnami/discourse/plugins
|
||||||
/opt/bitnami/scripts/discourse/entrypoint.sh /opt/bitnami/scripts/discourse/run.sh
|
/opt/bitnami/scripts/discourse/entrypoint.sh /opt/bitnami/scripts/discourse/run.sh
|
||||||
persistPlugins: false
|
persistPlugins: false
|
||||||
|
@ -42,6 +42,19 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
provisioning:
|
provisioning:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
statefulset:
|
||||||
|
actRunner:
|
||||||
|
config: |
|
||||||
|
log:
|
||||||
|
level: debug
|
||||||
|
cache:
|
||||||
|
enabled: false
|
||||||
|
runner:
|
||||||
|
labels:
|
||||||
|
- "ubuntu-latest:docker://node:16-bullseye"
|
||||||
|
- "ubuntu-22.04:docker://node:16-bullseye"
|
||||||
|
- "ubuntu-20.04:docker://node:16-bullseye"
|
||||||
|
- "ubuntu-18.04:docker://node:16-buster"
|
||||||
gitea:
|
gitea:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
include_tasks: "{{ item }}"
|
include_tasks: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- discourse.yaml
|
- gitea.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user