Redeploy w/ gitea ingress
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3e27e12308
commit
6bfed584b0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user