mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-28 16:22:55 +00:00
Sync apps on staging
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e9b6d5192f
commit
17a9dcae6d
10 changed files with 83 additions and 0 deletions
8
apps/production/kustomization.yaml
Normal file
8
apps/production/kustomization.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base/podinfo
|
||||
patches:
|
||||
- path: podinfo-values.yaml
|
||||
target:
|
||||
kind: HelmRelease
|
13
apps/production/podinfo-values.yaml
Normal file
13
apps/production/podinfo-values.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: podinfo
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
version: ">=1.0.0"
|
||||
test:
|
||||
enable: false
|
||||
values:
|
||||
replicaCount: 2
|
Loading…
Add table
Add a link
Reference in a new issue