@@ -32,28 +32,21 @@ AZURE_STORAGE_CONNECTION_STRING: xyz..
32
32
33
33
AWS_SSL_ARN : false
34
34
35
- # ====================================================================================================
36
- # Ingress variables
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: []
35
+ # Specify serviceType.
36
+ #
37
+ # serviceType can be one of three values: 'NodePort', 'ClusterIP' or 'LoadBalancer'
38
+ # Use `NodePort` for local testing on minikube.
39
+ #
40
+ # The recommended setting is `ClusterIP`, and then following the instructions to
41
+ # point a DNS record to the cluster IP address. This will setup the ingress rules
42
+ # for all services as subdomains and configure SSL using Lets Encrypt.
43
+ #
44
+ # If you specify `LoadBalancer` as the service type, if you also specify
45
+ # an `AWS_SSL_ARN` that is a wildcart certificate, that will be configured
46
+ # as the SSL certificate for your services. Else, you will need to configure
47
+ # SSL separately.
48
+ serviceType : NodePort
47
49
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
50
58
51
# Domain that is pointed to the clusterIP
59
52
# You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP
0 commit comments