Update nginx to 1.15.4
This commit is contained in:
parent
c4a562dded
commit
9096822895
6 changed files with 22 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue