2020-08-23 12:56:55 -05:00
|
|
|
# Default values for gitea.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
2019-12-12 12:38:31 -06:00
|
|
|
|
2020-08-23 12:56:55 -05:00
|
|
|
replicaCount: 1
|
2019-12-12 12:38:31 -06:00
|
|
|
|
2020-08-23 12:56:55 -05:00
|
|
|
image:
|
|
|
|
repository: gitea/gitea
|
2020-10-02 09:06:19 -05:00
|
|
|
version: 1.12.5
|
2020-08-23 12:56:55 -05:00
|
|
|
pullPolicy: Always
|
2019-12-12 12:38:31 -06:00
|
|
|
|
2020-08-23 12:56:55 -05:00
|
|
|
imagePullSecrets: []
|
2019-12-12 12:38:31 -06:00
|
|
|
|
|
|
|
service:
|
|
|
|
http:
|
2020-08-23 12:56:55 -05:00
|
|
|
type: ClusterIP
|
2019-12-12 12:38:31 -06:00
|
|
|
port: 3000
|
|
|
|
ssh:
|
2020-08-23 12:56:55 -05:00
|
|
|
type: ClusterIP
|
2019-12-12 12:38:31 -06:00
|
|
|
port: 22
|
2020-08-23 12:56:55 -05:00
|
|
|
#loadBalancerIP:
|
|
|
|
#nodePort:
|
2020-09-02 07:09:24 -05:00
|
|
|
#externalTrafficPolicy:
|
|
|
|
#externalIPs:
|
2020-08-23 12:56:55 -05:00
|
|
|
annotations:
|
|
|
|
|
|
|
|
ingress:
|
2019-12-12 12:38:31 -06:00
|
|
|
enabled: false
|
2020-08-23 12:56:55 -05:00
|
|
|
annotations: {}
|
|
|
|
# kubernetes.io/ingress.class: nginx
|
|
|
|
# kubernetes.io/tls-acme: "true"
|
|
|
|
hosts:
|
|
|
|
- git.example.com
|
|
|
|
tls: []
|
|
|
|
# - secretName: chart-example-tls
|
|
|
|
# hosts:
|
|
|
|
# - git.example.com
|
|
|
|
|
|
|
|
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
|
2019-12-12 12:38:31 -06:00
|
|
|
|
|
|
|
nodeSelector: {}
|
2020-08-23 12:56:55 -05:00
|
|
|
|
2019-12-12 12:38:31 -06:00
|
|
|
tolerations: []
|
2020-08-23 12:56:55 -05:00
|
|
|
|
2019-12-12 12:38:31 -06:00
|
|
|
affinity: {}
|
|
|
|
|
2020-08-23 12:56:55 -05:00
|
|
|
statefulset:
|
2020-09-10 05:15:34 -05:00
|
|
|
env: []
|
|
|
|
# - name: VARIABLE
|
|
|
|
# value: my-value
|
2020-08-23 12:56:55 -05:00
|
|
|
terminationGracePeriodSeconds: 60
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
# existingClaim:
|
|
|
|
size: 10Gi
|
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
|
|
|
storageClass: standard
|
|
|
|
|
|
|
|
gitea:
|
|
|
|
admin:
|
|
|
|
username: gitea_admin
|
|
|
|
password: r8sA8CPHD9!bt6d
|
|
|
|
email: "gitea@local.domain"
|
|
|
|
|
|
|
|
ldap:
|
|
|
|
enabled: false
|
|
|
|
name: ""
|
|
|
|
securityProtocol: ""
|
|
|
|
host: ""
|
|
|
|
port: ""
|
|
|
|
userSearchBase: ""
|
|
|
|
userFilter: ""
|
|
|
|
adminFilter: ""
|
|
|
|
emailAttribute: ""
|
|
|
|
bindDn: ""
|
|
|
|
bindPassword: ""
|
|
|
|
usernameAttribute: ""
|
|
|
|
|
|
|
|
config: {}
|
|
|
|
# APP_NAME: "Gitea: Git with a cup of tea"
|
|
|
|
# RUN_MODE: dev
|
|
|
|
#
|
|
|
|
# server:
|
|
|
|
# SSH_PORT: 22
|
|
|
|
#
|
|
|
|
# security:
|
|
|
|
# PASSWORD_COMPLEXITY: spec
|
|
|
|
|
2020-09-24 11:32:11 -05:00
|
|
|
podAnnotations: {}
|
|
|
|
|
2020-08-23 12:56:55 -05:00
|
|
|
database:
|
|
|
|
builtIn:
|
|
|
|
postgresql:
|
|
|
|
enabled: true
|
|
|
|
mysql:
|
|
|
|
enabled: false
|
2020-09-28 18:26:06 -05:00
|
|
|
mariadb:
|
|
|
|
enabled: false
|
2020-08-23 12:56:55 -05:00
|
|
|
|
|
|
|
cache:
|
|
|
|
builtIn:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
memcached:
|
|
|
|
service:
|
|
|
|
port: 11211
|
|
|
|
|
|
|
|
postgresql:
|
|
|
|
global:
|
|
|
|
postgresql:
|
|
|
|
postgresqlDatabase: gitea
|
|
|
|
postgresqlUsername: gitea
|
|
|
|
postgresqlPassword: gitea
|
|
|
|
servicePort: 5432
|
|
|
|
persistence:
|
|
|
|
size: 10Gi
|
|
|
|
|
|
|
|
mysql:
|
|
|
|
root:
|
|
|
|
password: gitea
|
|
|
|
db:
|
|
|
|
user: gitea
|
|
|
|
password: gitea
|
|
|
|
name: gitea
|
|
|
|
service:
|
|
|
|
port: 3306
|
|
|
|
persistence:
|
|
|
|
size: 10Gi
|
2020-09-28 18:26:06 -05:00
|
|
|
|
|
|
|
mariadb:
|
|
|
|
db:
|
|
|
|
name: gitea
|
|
|
|
user: gitea
|
|
|
|
password: gitea
|
|
|
|
service:
|
|
|
|
port: 3306
|
|
|
|
master:
|
|
|
|
persistence:
|
|
|
|
size: 10Gi
|