This commit is contained in:
Lihua Tang 2018-02-08 11:15:50 +08:00 committed by Manuel Alejandro de Brito Fontes
parent d76ea2c6f4
commit 1947f35121
6 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ spec:
terminationGracePeriodSeconds: 60
containers:
- name: default-http-backend
# Any image is permissable as long as:
# Any image is permissible as long as:
# 1. It serves a 404 page at /
# 2. It serves 200 on a /healthz endpoint
image: gcr.io/google_containers/defaultbackend:1.4

View file

@ -6,7 +6,7 @@ metadata:
labels:
app: ingress-nginx
annotations:
# replace with the correct value of the generated certifcate in the AWS console
# replace with the correct value of the generated certificate in the AWS console
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:us-west-2:XXXXXXXX:certificate/XXXXXX-XXXXXXX-XXXXXXX-XXXXXXXX"
# the backend instances are HTTP
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"