Skip to content

Instantly share code, notes, and snippets.

@farhadnowzari
Created July 23, 2023 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farhadnowzari/450c0865ad3ec2829215fe0aa8e20e15 to your computer and use it in GitHub Desktop.
Save farhadnowzari/450c0865ad3ec2829215fe0aa8e20e15 to your computer and use it in GitHub Desktop.
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