@@ -36,25 +36,46 @@ AWS_SSL_ARN: false
36
36
# ====================================================================================================
37
37
# Ingress variables
38
38
# ====================================================================================================
39
- ingress :
40
- enabled : false
41
- annotations : {}
42
- # kubernetes.io/ingress.class: nginx
43
- # kubernetes.io/tls-acme: "true"
44
- path : /
45
- hosts :
46
- - chart-example.local
47
- tls : []
39
+ # ingress:
40
+ # enabled: false
41
+ # annotations: {}
42
+ # # kubernetes.io/ingress.class: nginx
43
+ # # kubernetes.io/tls-acme: "true"
44
+ # path: /
45
+ # hosts:
46
+ # - chart-example.local
47
+ # tls: []
48
+
49
+ # # ====================================================================================================
50
+ # # Domain app configuration
51
+ # # ====================================================================================================
52
+ # domain:
53
+ # #enabled, If you set enabled=true, you should uncomment the following configurations
54
+ # enabled: false
55
+ # # domainName, Add here your domain or the fixed IP where the server is running
56
+ # domainName: example.com
57
+ # protocolo: http
58
+
59
+ # Domain that is pointed to the clusterIP
60
+ # You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP
61
+ # Then, the cluster configuration will setup services at their respective subdomains:
62
+ # - web.osmseed.example.com
63
+ # - overpass.osmseed.example.com
64
+ # - nominatim.osmseed.example.com
65
+ # - etc.
66
+ domain : osmseed.example.com
48
67
49
68
# ====================================================================================================
50
- # Domain app configuration
69
+ # Configuration for Lets Encrypt setup
51
70
# ====================================================================================================
52
- domain :
53
- # enabled, If you set enabled=true, you should uncomment the following configurations
54
- enabled : false
55
- # domainName, Add here your domain or the fixed IP where the server is running
56
- domainName : example.com
57
- protocolo : http
71
+
72
+ # Admin Email address used when generating Lets Encrypt certificates.
73
+ # You will be notified of expirations, etc. on this email address.
74
+
75
+
76
+ # Sets the installCRDs to true for the lets-encrypt subchart.
77
+ lets-encrypt :
78
+ installCRDs : true
58
79
59
80
# ====================================================================================================
60
81
# ====================================================================================================
0 commit comments