add cnpg to gitea

This commit is contained in:
2024-10-04 16:35:24 +02:00
parent 7b392ac739
commit 8fc72e3164
5 changed files with 54 additions and 34 deletions

View File

@@ -54,17 +54,12 @@ ingress:
## @param resources Kubernetes resources
resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
## @section Persistence
@@ -123,11 +118,6 @@ gitea:
## @param gitea.ssh.logLevel Configure OpenSSH's log level. Only available for root-based Gitea image.
ssh:
logLevel: "INFO"
## @section PostgreSQL
#
@@ -164,15 +154,5 @@ postgresql:
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
# By default, removed or moved settings that still remain in a user defined values.yaml will cause Helm to fail running the install/update.
# Set it to false to skip this basic validation check.
## @section Advanced
## @param checkDeprecation Set it to false to skip this basic validation check.
## @param test.enabled Set it to false to disable test-connection Pod.
## @param test.image.name Image name for the wget container used in the test-connection Pod.
## @param test.image.tag Image tag for the wget container used in the test-connection Pod.
checkDeprecation: true