fp/flux/apps/base/podinfo/release.yaml

40 lines
950 B
YAML
Raw Normal View History

2024-06-19 17:47:22 +00:00
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
2024-04-26 15:38:12 +00:00
name: podinfo
2024-04-26 21:50:31 +00:00
namespace: futureporn
spec:
2024-04-26 15:38:12 +00:00
releaseName: podinfo
chart:
spec:
2024-06-19 17:47:22 +00:00
version: '6.6.3'
2024-04-26 15:38:12 +00:00
chart: podinfo
sourceRef:
2024-04-26 15:38:12 +00:00
kind: HelmRepository
name: podinfo
2024-06-19 17:47:22 +00:00
interval: 10m
install:
remediation:
retries: 3
2024-04-26 15:38:12 +00:00
# Default values
# https://github.com/stefanprodan/podinfo/blob/master/charts/podinfo/values.yaml
values:
2024-04-26 15:38:12 +00:00
redis:
enabled: true
ingress:
2024-04-26 20:37:08 +00:00
enabled: true
2024-07-30 20:34:25 +00:00
className: "nginx"
2024-04-26 19:40:47 +00:00
annotations:
2024-06-29 01:50:07 +00:00
external-dns.alpha.kubernetes.io/hostname: podinfo.fp.sbtp.xyz
# cert-manager.io/cluster-issuer: "letsencrypt-staging"
2024-06-21 04:01:42 +00:00
# ingress.kubernetes.io/ssl-redirect: "true"
2024-04-26 19:40:47 +00:00
hosts:
2024-06-29 01:50:07 +00:00
- host: podinfo.fp.sbtp.xyz
2024-06-21 04:46:47 +00:00
paths:
- path: /
pathType: Prefix
2024-04-26 19:40:47 +00:00
tls:
2024-06-21 04:46:47 +00:00
- secretName: podinfo-tls
hosts:
2024-06-29 01:59:43 +00:00
- podinfo.fp.sbtp.xyz