Skip to content

Commit

Permalink
[stable/nginx-ingress] Document full key for external-dns example (he…
Browse files Browse the repository at this point in the history
…lm#13564)

Signed-off-by: Andreas Sommer <andreas.sommer87@googlemail.com>
  • Loading branch information
AndiDog authored and Amine Benseddik committed May 21, 2019
1 parent 7b03ca4 commit 934e598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress
version: 1.6.6
version: 1.6.7
appVersion: 0.24.1
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
Expand Down
6 changes: 4 additions & 2 deletions stable/nginx-ingress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,10 @@ You can add Prometheus annotations to the metrics service using `controller.metr
Add an [ExternalDNS](https://github.com/kubernetes-incubator/external-dns) annotation to the LoadBalancer service:

```yaml
annotations:
external-dns.alpha.kubernetes.io/hostname: kubernetes-example.com.
controller:
service:
annotations:
external-dns.alpha.kubernetes.io/hostname: kubernetes-example.com.
```
## AWS L7 ELB with SSL Termination
Expand Down

0 comments on commit 934e598

Please sign in to comment.