Add ansible files
This commit is contained in:
29
ansible/files/gitlab_values.template.yaml
Normal file
29
ansible/files/gitlab_values.template.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
nginx-ingress:
|
||||
enabled: false
|
||||
|
||||
global:
|
||||
edition: "ce"
|
||||
hosts:
|
||||
domain: "{{ gitlab.domain }}"
|
||||
https: false
|
||||
ingress:
|
||||
configureCertmanager: false
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
gitlab:
|
||||
webservice:
|
||||
ingress:
|
||||
tls:
|
||||
enabled: false
|
||||
registry:
|
||||
ingress:
|
||||
tls:
|
||||
enabled: false
|
||||
minio:
|
||||
ingress:
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
minio:
|
||||
image: docker.io/minio/minio
|
||||
Reference in New Issue
Block a user