dev-tools/manifests/gitea/values.yaml

79 lines
1.6 KiB
YAML

ingress:
enabled: true
className: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: git.dvirlabs.com
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- git.dvirlabs.com
secretName: git-dvirlabs-cert
gitea:
admin:
username: admin
password: admin1234
email: admin@dvirlabs.com
passwordMode: keepUpdated
config:
server:
DOMAIN: git.dvirlabs.com
ROOT_URL: https://git.dvirlabs.com/
SSH_DOMAIN: git.dvirlabs.com
SSH_LISTEN_PORT: 2222
SSH_PORT: 22
PROTOCOL: http
security:
INSTALL_LOCK: true
SECRET_KEY: somesecret
INTERNAL_TOKEN: somesecret
oauth:
- name: "Keycloak"
provider: "openidConnect"
key: "gitea"
secret: "gIA3YXhesiyIbKkMMtasCVTd7CvUyLwA"
autoDiscoverUrl: "https://keycloak.dvirlabs.com/realms/lab/.well-known/openid-configuration"
scopes: "openid profile email"
groupClaimName: "groups"
adminGroup: "gitea-admins"
restrictedGroup: "gitea-users"
livenessProbe:
enabled: true
tcpSocket:
port: http
initialDelaySeconds: 200
readinessProbe:
enabled: true
tcpSocket:
port: http
initialDelaySeconds: 5
postgresql-ha:
enabled: false
postgresql:
enabled: true
global:
postgresql:
auth:
username: gitea
password: gitea
database: gitea
primary:
persistence:
size: 10Gi
persistence:
enabled: true
size: 5Gi
accessModes:
- ReadWriteOnce