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