chore: Update manifests after change

This commit is contained in:
2026-03-23 01:05:22 +00:00
parent 18e5180cbf
commit 08cea325f5
19 changed files with 152 additions and 61 deletions

View File

@@ -28,9 +28,6 @@ spec:
component: haproxy
app.kubernetes.io/name: argocd-redis-ha-haproxy
annotations:
prometheus.io/port: "9101"
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
checksum/config: 41729c8b600983b574147eb778eb317992f0a620e163e58b070b159548c3f8e6
spec:
serviceAccountName: argocd-redis-ha-haproxy
@@ -52,7 +49,7 @@ spec:
topologyKey: kubernetes.io/hostname
initContainers:
- name: config-init
image: ecr-public.aws.com/docker/library/haproxy:3.0.8-alpine
image: haproxy:3.0.19-alpine@sha256:ec781a129b8c4837c76fcb26f7b585708966873b536b9d7aa7cbcc342ae8a76f
imagePullPolicy: IfNotPresent
resources: {}
command:
@@ -76,7 +73,7 @@ spec:
mountPath: /data
containers:
- name: haproxy
image: ecr-public.aws.com/docker/library/haproxy:3.0.8-alpine
image: haproxy:3.0.19-alpine@sha256:ec781a129b8c4837c76fcb26f7b585708966873b536b9d7aa7cbcc342ae8a76f
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
@@ -106,7 +103,10 @@ spec:
containerPort: 6379
- name: metrics-port
containerPort: 9101
resources: {}
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- name: data
mountPath: /usr/local/etc/haproxy