Remove dependency on mariadb and mysql as we won't use those.
This commit is contained in:
@ -5,18 +5,10 @@ dependencies:
|
|||||||
name: memcached
|
name: memcached
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
||||||
version: 5.9.0
|
version: 5.9.0
|
||||||
- condition: mysql.enabled
|
|
||||||
name: mysql
|
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
|
||||||
version: 6.14.10
|
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
||||||
version: 10.3.17
|
version: 10.3.17
|
||||||
- condition: mariadb.enabled
|
|
||||||
name: mariadb
|
|
||||||
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
|
|
||||||
version: 9.3.6
|
|
||||||
description: Gitea Helm chart for Kubernetes
|
description: Gitea Helm chart for Kubernetes
|
||||||
icon: https://docs.gitea.io/images/gitea.png
|
icon: https://docs.gitea.io/images/gitea.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@ -18,6 +18,8 @@ mkdir --parent "/home/${USER}/Services/gitea"
|
|||||||
# Clone charts repository
|
# Clone charts repository
|
||||||
cd "/home/${USER}/Services/gitea" && git clone https://github.com/jmhbnz/charts.git
|
cd "/home/${USER}/Services/gitea" && git clone https://github.com/jmhbnz/charts.git
|
||||||
|
|
||||||
|
helm dependency build charts/gitea
|
||||||
|
|
||||||
# Install the chart
|
# Install the chart
|
||||||
helm upgrade --install -n jamma-gitea jamma-gitea charts/gitea \
|
helm upgrade --install -n jamma-gitea jamma-gitea charts/gitea \
|
||||||
--set "ingress.hosts[0]=gitea.jamma.dev" \
|
--set "ingress.hosts[0]=gitea.jamma.dev" \
|
||||||
|
|||||||
@ -404,7 +404,7 @@ gitea:
|
|||||||
## @param memcached.enabled Memcached is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/memcached) if enabled in the values. Complete Configuration can be taken from their website.
|
## @param memcached.enabled Memcached is loaded as a dependency from [Bitnami](https://github.com/bitnami/charts/tree/master/bitnami/memcached) if enabled in the values. Complete Configuration can be taken from their website.
|
||||||
## @param memcached.service.port Port for Memcached
|
## @param memcached.service.port Port for Memcached
|
||||||
memcached:
|
memcached:
|
||||||
enabled: false
|
enabled: true
|
||||||
service:
|
service:
|
||||||
port: 11211
|
port: 11211
|
||||||
|
|
||||||
@ -417,7 +417,7 @@ memcached:
|
|||||||
## @param postgresql.global.postgresql.servicePort PostgreSQL port (overrides service.port)
|
## @param postgresql.global.postgresql.servicePort PostgreSQL port (overrides service.port)
|
||||||
## @param postgresql.persistence.size PVC Storage Request for PostgreSQL volume
|
## @param postgresql.persistence.size PVC Storage Request for PostgreSQL volume
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: true
|
||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
postgresqlDatabase: gitea
|
postgresqlDatabase: gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user