Skip to content

Commit

Permalink
Use secrets for TLS connections (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 24, 2018
1 parent 7f604cd commit 70a3b3e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/examples/certificate/google-cloud/ing-tls.yaml
Expand Up @@ -10,8 +10,8 @@ spec:
- hosts:
- www.kiteci.com
ref:
kind: Certificate
name: kitecicom
kind: Secret
name: tls-kitecicom
rules:
- host: www.kiteci.com
http:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/certificate/http/ing-tls-acme.yaml
Expand Up @@ -36,8 +36,8 @@ spec:
- hosts:
- kiteci.com
ref:
kind: Certificate
name: kitecicom
kind: Secret
name: tls-kitecicom
status:
loadBalancer:
ingress:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/certificate/http/ing-tls.yaml
Expand Up @@ -8,8 +8,8 @@ spec:
- hosts:
- kiteci.com
ref:
kind: Certificate
name: kitecicom
kind: Secret
name: tls-kitecicom
rules:
- host: kiteci.com
http:
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/certificate/route53/ing-tls.yaml
Expand Up @@ -10,8 +10,8 @@ spec:
- hosts:
- www.kiteci.pro
ref:
kind: Certificate
name: kitecipro
kind: Secret
name: tls-kitecipro
rules:
- host: www.kiteci.pro
http:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/dns/google-cloud.md
Expand Up @@ -322,8 +322,8 @@ spec:
- hosts:
- www.kiteci.com
ref:
kind: Certificate
name: kitecicom
kind: Secret
name: tls-kitecicom
rules:
- host: www.kiteci.com
http:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/dns/route53.md
Expand Up @@ -357,8 +357,8 @@ spec:
- hosts:
- www.kiteci.pro
ref:
kind: Certificate
name: kitecipro
kind: Secret
name: tls-kitecipro
rules:
- host: www.kiteci.pro
http:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/http/overview.md
Expand Up @@ -137,8 +137,8 @@ spec:
- hosts:
- kiteci.com
ref:
kind: Certificate
name: kitecicom
kind: Secret
name: tls-kitecicom
```

After editing, your Ingress should look similar to [this](/docs/examples/certificate/http/ing-tls-acme.yaml).
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/ingress/http/http2.md
Expand Up @@ -33,8 +33,8 @@ spec:
- hosts:
- host.example.com
ref:
kind: Certificate
name: host
kind: Secret
name: tls-host
rules:
- host: host.example.com
http:
Expand Down

0 comments on commit 70a3b3e

Please sign in to comment.