initial demo
This commit is contained in:
19
bootstrap/gitea-values.yaml
Normal file
19
bootstrap/gitea-values.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
service:
|
||||
http:
|
||||
type: ClusterIP
|
||||
|
||||
gitea:
|
||||
admin:
|
||||
username: demo-admin
|
||||
password: demo-admin-ChangeMe123!
|
||||
email: demo@example.local
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 5Gi
|
||||
Reference in New Issue
Block a user