mirror of
https://codeberg.org/27/inception-of-things.git
synced 2026-01-01 06:06:42 +01:00
46
bonus/confs/gitlab-app.yml
Normal file
46
bonus/confs/gitlab-app.yml
Normal file
@ -0,0 +1,46 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: gitlab
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
argocd.argoproj.io/compare-options: IgnoreExtraneous=true
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.gitlab.io/
|
||||
chart: gitlab
|
||||
targetRevision: 7.1.0
|
||||
helm:
|
||||
values: |
|
||||
global:
|
||||
hosts:
|
||||
domain: gitlab-app.com
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
configureCertmanager: false
|
||||
|
||||
certmanager-issuer:
|
||||
email: dummy@gitlab-app.com
|
||||
|
||||
nginx-ingress:
|
||||
enabled: false
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: gitlab
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- RespectIgnoreDifferences=true
|
||||
Reference in New Issue
Block a user