mirror of
https://github.com/fluxcd/flux2-hub-spoke-example.git
synced 2025-07-27 15:53:19 +00:00
17 lines
320 B
YAML
17 lines
320 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: podinfo
|
|
spec:
|
|
chart:
|
|
spec:
|
|
version: ">=1.0.0"
|
|
test:
|
|
enable: false
|
|
values:
|
|
ingress:
|
|
hosts:
|
|
- host: podinfo.production
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|