Update nginx to 1.15.4

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-09-25 16:18:27 -03:00
parent c4a562dded
commit 9096822895
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 22 additions and 23 deletions

View file

@ -8,12 +8,12 @@ metadata:
spec:
type: NodePort
ports:
- port: 80
protocol: TCP
name: http
- port: 443
protocol: TCP
name: https
- port: 80
protocol: TCP
name: http
- port: 443
protocol: TCP
name: https
selector:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
@ -37,8 +37,8 @@ spec:
app.kubernetes.io/part-of: ingress-nginx
spec:
containers:
- name: nginx
image: quay.io/kubernetes-ingress-controller/nginx:0.56
ports:
- containerPort: 80
- containerPort: 443
- name: nginx
image: quay.io/kubernetes-ingress-controller/nginx:0.63
ports:
- containerPort: 80
- containerPort: 443