mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-28 00:03:19 +00:00
Provision production cluster
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
98577807dd
commit
5dcfc42aaf
6 changed files with 152 additions and 0 deletions
17
clusters/production/apps/podinfo-values.yaml
Normal file
17
clusters/production/apps/podinfo-values.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: podinfo
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
version: ">=1.0.0-alpha"
|
||||
test:
|
||||
enable: false
|
||||
values:
|
||||
ingress:
|
||||
hosts:
|
||||
- host: podinfo.production
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
Loading…
Add table
Add a link
Reference in a new issue