Created
July 23, 2023 20:50
-
-
Save farhadnowzari/450c0865ad3ec2829215fe0aa8e20e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
email: | |
from: <your-email> | |
reply_to: <your-email> | |
smtp: | |
address: <mail-server-address> | |
authentication: login | |
enabled: true | |
password: | |
key: password | |
secret: smtp-password # you need to create this secret before applying | |
port: 587 | |
starttls_auto: true | |
user_name: <your-email> | |
edition: ce | |
hosts: | |
domain: <your-domain> | |
externalIP: <your-cluster-public-ip> | |
kas: | |
enabled: false | |
psql: | |
database: gitlab | |
host: pgsql.postgres.svc.cluster.local | |
password: | |
key: password | |
secret: pgsql-secrets | |
username: postgres | |
certmanager-issuer: | |
email: <issuer-mail-address> | |
redis: | |
storageClass: local-storage | |
postgresql: | |
install: false | |
minio: | |
persistence: | |
storageClass: local-storage | |
size: 650Gi | |
prometheus: | |
server: | |
persistentVolume: | |
size: 100Gi | |
storageClass: local-storage | |
gitlab: | |
toolbox: | |
backups: | |
cron: | |
enabled: true | |
gitaly: | |
persistence: | |
size: 600Gi | |
storageClass: local-storage | |
gitlab-runner: | |
install: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment