Update to v1.32
This commit is contained in:
@ -3,6 +3,8 @@ kind: Pod
|
||||
metadata:
|
||||
namespace: kube-system
|
||||
name: k8s-api-haproxy
|
||||
annotations:
|
||||
novit.io/bootstrap-prio: "200"
|
||||
labels:
|
||||
component: k8s-api-haproxy
|
||||
tier: control-plane
|
||||
@ -16,7 +18,7 @@ spec:
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- name: api-haproxy
|
||||
image: haproxy:2.4.19-alpine
|
||||
image: haproxy:2.8.15-alpine
|
||||
{{ if .vars.control_plane.reserve_resources }}
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user