63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
USER-SUPPLIED VALUES:
|
|
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
|
enabled: true
|
|
hosts:
|
|
- host: git.nc.landry.land
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- git.nc.landry.land
|
|
secretName: gitea-tls
|
|
|
|
gitea:
|
|
admin:
|
|
password: r8sdA8CPHD9!bt6d
|
|
additionalConfigSources:
|
|
- secret:
|
|
secretName: gitea-security-related-configuration
|
|
- configMap:
|
|
name: gitea-app-ini-plaintext
|
|
config:
|
|
database:
|
|
DB_TYPE: postgres
|
|
livenessProbe:
|
|
initialDelaySeconds: 600
|
|
startupProbe:
|
|
initialDelaySeconds: 600
|
|
global:
|
|
postgresql:
|
|
auth:
|
|
database: null
|
|
password: null
|
|
username: null
|
|
service:
|
|
ports:
|
|
postgresql: null
|
|
primary:
|
|
persistence:
|
|
size: null
|
|
postgresql-ha:
|
|
enabled: false
|
|
global:
|
|
postgresql:
|
|
database: null
|
|
password: null
|
|
username: null
|
|
pgpool:
|
|
adminPassword: null
|
|
postgresql:
|
|
password: null
|
|
postgresPassword: null
|
|
repmgrPassword: null
|
|
primary:
|
|
persistence:
|
|
size: null
|
|
service:
|
|
ports:
|
|
postgresql: null
|
|
redis-cluster:
|
|
enabled: false
|