Adding Patching overlays

This commit is contained in:
Baptiste Bonnot 2025-09-15 13:00:09 +02:00
parent ea998f214f
commit da62cfe434
Signed by: baptiste.bonnot
GPG key ID: 2681291F9206E471
6 changed files with 58 additions and 1 deletions

View file

@ -0,0 +1,5 @@
resources:
- ../../base
patchesStrategicMerge:
- patch-replicas.yaml

View file

@ -0,0 +1,10 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: echo-server
spec:
values:
controllers:
echo-server:
replicas: 5 # increase replicas for dev