fp/apps/production/podinfo-values.yaml

17 lines
315 B
YAML
Raw Normal View History

2024-04-26 16:38:51 +00:00
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