Skip to content

Commit

Permalink
Update installation.md (#946)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:

Fixes #

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
-->
```release-note
NONE
```

This PR was merged by Kapetanios.
  • Loading branch information
Gaku Yasui authored Oct 12, 2020
1 parent fc4d827 commit e1a45c7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,12 @@ This part provides guidance for a production hardened deployment of the control
Those key and cert can be configured via [`secret.internalTLSKey.data`](https://github.com/pipe-cd/manifests/blob/master/manifests/pipecd/values.yaml#L83) and [`secret.internalTLSCert.data`](https://github.com/pipe-cd/manifests/blob/master/manifests/pipecd/values.yaml#L86).

To enable internal tls connection, please set the `gateway.internalTLS.enabled` parameter to be `true`.

Otherwise, the `cloud.google.com/app-protocols` annotation is also should be configured as the following:

``` yaml
service:
port: 443
annotations:
cloud.google.com/app-protocols: '{"service":"HTTP2"}'
```

0 comments on commit e1a45c7

Please sign in to comment.