17 lines
315 B
YAML
17 lines
315 B
YAML
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: podinfo
|
||
|
namespace: podinfo
|
||
|
spec:
|
||
|
chart:
|
||
|
spec:
|
||
|
version: ">=1.0.0"
|
||
|
values:
|
||
|
ingress:
|
||
|
hosts:
|
||
|
- host: podinfo.production
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: ImplementationSpecific
|