You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/k8s-service/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ This Helm Chart can also be used to front the `Pods` of the `Deployment` resourc
13
13
[Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) rules to further configure complex routing
14
14
rules in front of the `Service`.
15
15
16
+
If you're using the chart to deploy to [GKE](https://cloud.google.com/kubernetes-engine/), you can also use the chart to deploy a [Google Managed SSL Certificate](https://cloud.google.com/kubernetes-engine/docs/how-to/managed-certs) and associate it with the Ingress.
17
+
16
18
17
19
## How to use this chart?
18
20
@@ -38,6 +40,8 @@ The following resources will be deployed with this Helm Chart, depending on whic
38
40
the `Deployment`. This manages how many pods can be disrupted by a voluntary disruption (e.g
39
41
node maintenance). Created if you specify a non-zero value for the `minPodsAvailable` input
40
42
value.
43
+
-`ManagedCertificate`: The `ManagedCertificate` is a [GCP](https://cloud.google.com/) -specific resource that creates a Google Managed SSL certificate. Google-managed SSL certificates are provisioned, renewed, and managed for your domain names. Read more about Google-managed SSL certificates [here](https://cloud.google.com/load-balancing/docs/ssl-certificates#managed-certs). Created only if you configure the `google.managedCertificate` input (and set
44
+
`google.managedCertificate.enabled = true` and `google.managedCertificate.domainName = your.domain.name`).
41
45
42
46
43
47
## How do I expose my application internally to the cluster?
0 commit comments