mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-27 15:53:19 +00:00
Add workload customization to docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e4067d90a5
commit
49d584bba9
4 changed files with 74 additions and 1 deletions
|
@ -5,7 +5,7 @@ metadata:
|
|||
spec:
|
||||
chart:
|
||||
spec:
|
||||
version: ">=1.0.0-alpha"
|
||||
version: ">=1.0.0"
|
||||
test:
|
||||
enable: false
|
||||
values:
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
spec:
|
||||
values:
|
||||
controller:
|
||||
replicaCount: 2
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue