Add workload customization to docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-04-10 17:43:38 +03:00
parent e4067d90a5
commit 49d584bba9
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
4 changed files with 74 additions and 1 deletions

View file

@ -5,7 +5,7 @@ metadata:
spec:
chart:
spec:
version: ">=1.0.0-alpha"
version: ">=1.0.0"
test:
enable: false
values:

View file

@ -0,0 +1,8 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: ingress-nginx
spec:
values:
controller:
replicaCount: 2

View file

@ -2,3 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../deploy/infra-controllers
patches:
- target:
kind: HelmRelease
name: ingress-nginx
path: ingress-nginx-values.yaml