Added grocy
This commit is contained in:
parent
acdc684e62
commit
b9ffeaf626
24
manifests/_apps/grocy.yaml
Normal file
24
manifests/_apps/grocy.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: grocy
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: cluster.fun
|
||||
destination:
|
||||
namespace: grocy
|
||||
name: cluster-fun (scaleway)
|
||||
source:
|
||||
path: manifests/grocy
|
||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated: {}
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
jsonPointers:
|
||||
- /data
|
30
manifests/grocy/grocy_chart.yaml
Normal file
30
manifests/grocy/grocy_chart.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user