Replace grocy with argo helm chert
This commit is contained in:
parent
eb7a82f74e
commit
3a2661106b
@ -6,17 +6,39 @@ metadata:
|
|||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: cluster.fun
|
project: default
|
||||||
destination:
|
destination:
|
||||||
namespace: grocy
|
namespace: grocy
|
||||||
name: cluster-fun (scaleway)
|
name: cluster-fun (scaleway)
|
||||||
source:
|
source:
|
||||||
path: manifests/grocy
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
targetRevision: 6.3.1
|
||||||
targetRevision: HEAD
|
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:
|
syncPolicy:
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
automated: {}
|
automated: {}
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user