chore(mgmt): WIP capture k8s-mgmt config
This commit is contained in:
parent
29297a3541
commit
e10550787a
10 changed files with 8467 additions and 0 deletions
63
bootstrap/forgejo/gitea.values.yaml
Normal file
63
bootstrap/forgejo/gitea.values.yaml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue