提交 5d74821d 编写于 作者: Z Zoltán Reegn

Upgrade nginx ingress to 0.25.0

上级 d15eb129
......@@ -87,7 +87,7 @@ spec:
serviceAccountName: nginx-ingress
terminationGracePeriodSeconds: 60
containers:
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller{{.ExoticArch}}:0.24.1
- image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller{{.ExoticArch}}:0.25.0
name: nginx-ingress-controller
imagePullPolicy: IfNotPresent
readinessProbe:
......
......@@ -45,6 +45,7 @@ rules:
- watch
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses
verbs:
......@@ -60,6 +61,7 @@ rules:
- patch
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses/status
verbs:
......@@ -146,4 +148,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: nginx-ingress
namespace: kube-system
\ No newline at end of file
namespace: kube-system
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册