20 lines
381 B
YAML
20 lines
381 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: podinfo
|
|
namespace: futureporn
|
|
spec:
|
|
chart:
|
|
spec:
|
|
version: ">=1.0.0-alpha"
|
|
test:
|
|
enable: false
|
|
values:
|
|
fullnameOverride: mariadb-taco
|
|
ingress:
|
|
hosts:
|
|
- host: podinfo.fp.sbtp.xyz
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|