Replace grocy with argo helm chert

This commit is contained in:
Marcus Noble 2021-05-05 11:43:06 +01:00
parent eb7a82f74e
commit 3a2661106b
2 changed files with 28 additions and 45 deletions

View File

@ -6,17 +6,39 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
project: default
destination:
namespace: grocy
name: cluster-fun (scaleway)
source:
path: manifests/grocy
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
repoURL: https://k8s-at-home.com/charts/
targetRevision: 6.3.1
chart: grocy
helm:
values: |
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
syncPolicy:
syncOptions:
- CreateNamespace=true
automated: {}
ignoreDifferences:
- kind: Secret

View File

@ -1,39 +0,0 @@
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
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