Redeploy w/ gitea ingress
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-29 11:09:38 +02:00
parent 3e27e12308
commit 6bfed584b0
1 changed files with 16 additions and 3 deletions

View File

@ -30,10 +30,23 @@ helm:
namespace: gitea
ref: gitea-charts/gitea
setvalues:
memcached:
enabled: true
postgresql:
ingress:
enabled: true
# className: nginx
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: git.besssems.lan
paths:
- path: /
pathType: Prefix
# gitea:
# admin:
# #existingSecret: gitea-admin-secret
# username: gitea_admin
# password: r8sA8CPHD9!bt6d
# email: "gitea@local.domain"
# - name: fleet-crd
# namespace: fleet-system
# ref: "https://github.com/rancher/fleet/releases/download/v0.3.9/fleet-crd-0.3.9.tgz"