
yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 3beeee85 by yyvf at 2025-08-08T11:49:32-03:00 refactor(nextcloud): move ingress to overlay Issue #9 - - - - - fc437cf0 by yyvf at 2025-08-08T11:49:51-03:00 Merge branch 'main' of gitlab.c3sl.ufpr.br:root/k8s/fluxcd - - - - - 3 changed files: - apps/base/nextcloud/helmrelease.yaml - apps/stage/kustomization.yaml - + apps/stage/nextcloud/helmrelease.yaml Changes: ===================================== apps/base/nextcloud/helmrelease.yaml ===================================== @@ -14,20 +14,10 @@ spec: values: image: flavor: fpm-alpine - ingress: - enabled: true - className: cilium - annotations: - cert-manager.io/cluster-issuer: letsencrypt-dns01 - tls: - - secretName: nextcloud-tls - hosts: - - nextcloud.c3sl.ufpr.br persistence: enabled: true existingClaim: nextcloud-www-html nextcloud: - host: nextcloud.c3sl.ufpr.br existingSecret: enabled: true secretName: nextcloud ===================================== apps/stage/kustomization.yaml ===================================== @@ -17,3 +17,7 @@ patches: target: kind: HelmRelease name: netbox + - path: ./nextcloud/helmrelease.yaml + target: + kind: HelmRelease + name: nextcloud ===================================== apps/stage/nextcloud/helmrelease.yaml ===================================== @@ -0,0 +1,25 @@ +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: nextcloud + namespace: nextcloud +spec: + interval: 1m + chart: + spec: + chart: nextcloud + sourceRef: + kind: HelmRepository + name: nextcloud + values: + ingress: + enabled: true + className: cilium + annotations: + cert-manager.io/cluster-issuer: letsencrypt-dns01 + tls: + - secretName: nextcloud-tls + hosts: + - nextcloud.c3sl.ufpr.br + nextcloud: + host: nextcloud.c3sl.ufpr.br View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/f04c5a4ce8d08b535ede36... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/f04c5a4ce8d08b535ede36... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.