nit branch

This commit is contained in:
Nikolai Rodionov 2023-02-22 22:09:33 +01:00
parent eb85b3ee26
commit 856a9e2523
3 changed files with 41 additions and 1 deletions

View File

@ -36,6 +36,9 @@ releases:
installed: true installed: true
namespace: gitea-service namespace: gitea-service
createNamespace: false createNamespace: false
dependencies:
- chart: bedag/raw
version: 2.0.0
- <<: *funkwhale - <<: *funkwhale
installed: true installed: true

View File

@ -1,5 +1,36 @@
raw:
enabled: true
global:
imageRegistry: "company-registry/"
# Consider this Image tag Mainly. But considers global imageRegistry, if set by parent chart.
image:
registry: docker.io
repository: bitnami/apache
hostname: git.badhouseplants.net
templates:
- |
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: gitea-http
spec:
gateways:
- istio-system/badhouseplants-net
hosts:
- {{ .Values.hostname }}
http:
- match:
- uri:
prefix: /
route:
- destination:
host: gitea-http
port:
number: 3000
replicaCount: 1 replicaCount: 1
clusterDomain: cluster.local clusterDomain: cluster.local
resources: resources:
limits: limits:
cpu: 300m cpu: 300m
@ -7,6 +38,7 @@ resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi
persistence: persistence:
enabled: true enabled: true
size: 10Gi size: 10Gi
@ -14,10 +46,12 @@ persistence:
- ReadWriteOnce - ReadWriteOnce
labels: {} labels: {}
annotations: {} annotations: {}
memcached: memcached:
enabled: true enabled: true
service: service:
port: 11211 port: 11211
postgresql: postgresql:
auth: auth:
postgresPassword: check postgresPassword: check
@ -27,8 +61,10 @@ postgresql:
servicePort: 5432 servicePort: 5432
persistence: persistence:
size: 10Gi size: 10Gi
ingress: ingress:
enabled: false enabled: false
gitea: gitea:
config: config:
APP_NAME: Bad Houseplants Gitea APP_NAME: Bad Houseplants Gitea

View File

@ -24,4 +24,5 @@ repositories:
url: https://ananace.gitlab.io/charts url: https://ananace.gitlab.io/charts
- name: argo - name: argo
url: https://argoproj.github.io/argo-helm url: https://argoproj.github.io/argo-helm
- name: badag
url: https://bedag.github.io/helm-charts/