first commit
This commit is contained in:
39
clusters/default/apps/gitea/Values.yaml
Normal file
39
clusters/default/apps/gitea/Values.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: gitea
|
||||
namespace: prod
|
||||
|
||||
image:
|
||||
app:
|
||||
repository: gitea/gitea
|
||||
tag: 1.24.2
|
||||
db:
|
||||
repository: postgres
|
||||
tag: 15.10
|
||||
|
||||
env:
|
||||
USER_UID: 1000
|
||||
USER_GID: 1000
|
||||
DB_NAME: gitea
|
||||
DB_USER: gitea
|
||||
|
||||
secrets:
|
||||
GITEA__database__PASSWD:
|
||||
name: gitea-db-secret
|
||||
key: password
|
||||
|
||||
persistence:
|
||||
app:
|
||||
enabled: true
|
||||
existingClaim: true
|
||||
claimName: longhorn-gitea
|
||||
db:
|
||||
enabled: true
|
||||
existingClaim: true
|
||||
claimName: longhorn-gitea-db
|
||||
|
||||
service:
|
||||
app:
|
||||
type: LoadBalancer
|
||||
port: 3111
|
||||
ssh:
|
||||
type: LoadBalancer
|
||||
port: 222
|
||||
Reference in New Issue
Block a user