Added grocy

This commit is contained in:
2021-05-05 11:32:48 +01:00
parent acdc684e62
commit b9ffeaf626
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: v1
kind: Namespace
metadata:
name: grocy
---
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: grocy
namespace: grocy
spec:
chart:
repository: https://k8s-at-home.com/charts/
name: grocy
version: 6.3.1
maxHistory: 4
skipCRDs: false
values:
env:
TZ: Europe/London
ingress:
enabled: true
hosts:
- host: grocy.cluster.fun
paths:
- path: /
pathType: Prefix
persistence:
config:
enabled: true