cluster.fun/manifests/_apps/grocy.yaml

56 lines
1.3 KiB
YAML
Raw Normal View History

2021-05-05 10:32:48 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grocy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
2021-05-05 10:43:06 +00:00
project: default
2021-05-05 10:32:48 +00:00
destination:
namespace: grocy
name: cluster-fun (scaleway)
source:
2021-05-05 10:43:06 +00:00
repoURL: https://k8s-at-home.com/charts/
targetRevision: 6.3.1
chart: grocy
helm:
values: |
2021-05-05 12:59:00 +00:00
image:
repository: "linuxserver/grocy"
tag: version-v3.0.1
2021-05-05 10:43:06 +00:00
env:
TZ: Europe/London
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
traefik.ingress.kubernetes.io/frontend-entry-points: http,https
traefik.ingress.kubernetes.io/redirect-entry-point: https
traefik.ingress.kubernetes.io/redirect-permanent: "true"
hosts:
- host: grocy.cluster.fun
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- grocy.cluster.fun
secretName: grocy
persistence:
config:
enabled: true
2021-05-05 11:24:18 +00:00
probes:
startup:
2021-05-05 11:27:48 +00:00
spec:
initialDelaySeconds: 120
2021-05-05 10:43:06 +00:00
2021-05-05 10:32:48 +00:00
syncPolicy:
automated: {}
2021-05-05 10:54:59 +00:00
syncOptions:
- CreateNamespace=true
2021-05-05 10:32:48 +00:00
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data