Release 0.26.0
This commit is contained in:
parent
a9f332704a
commit
6715108d8a
9 changed files with 231 additions and 9 deletions
|
|
@ -10,10 +10,12 @@ spec:
|
|||
prometheus.io/port: "10254"
|
||||
prometheus.io/scrape: "true"
|
||||
spec:
|
||||
# wait up to five minutes for the drain of connections
|
||||
terminationGracePeriodSeconds: 300
|
||||
serviceAccountName: nginx-ingress-serviceaccount
|
||||
containers:
|
||||
- name: nginx-ingress-controller
|
||||
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.25.1
|
||||
image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.26.0
|
||||
args:
|
||||
- /nginx-ingress-controller
|
||||
- --configmap=$(POD_NAMESPACE)/$(NGINX_CONFIGMAP_NAME)
|
||||
|
|
@ -63,3 +65,8 @@ spec:
|
|||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
command:
|
||||
- /wait-shutdown
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ resources:
|
|||
- service.yaml
|
||||
images:
|
||||
- name: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
||||
newTag: 0.25.1
|
||||
newTag: 0.26.0
|
||||
vars:
|
||||
- fieldref:
|
||||
fieldPath: metadata.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue