infra4scaleway/apps/cert-manager.yaml
Martyn Ranyard ef51fa9649 ingress, ssl, auth, nc (no persist)
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2025-06-29 07:54:14 +00:00

33 lines
757 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nextcloud
namespace: argocd
spec:
destination:
namespace: nextcloud
server: https://kubernetes.default.svc
project: default
source:
chart: nextcloud
helm:
parameters:
- name: nextcloud.host
value: nc.martyn.berlin
- name: ingress.enabled
value: "true"
values: |-
ingress:
tls:
- hosts:
- nc.martyn.berlin
secretName: nc-tls
annotations:
cert-manager.io/cluster-issuer: letsencrypt
className: nginx
repoURL: https://nextcloud.github.io/helm/
targetRevision: 6.6.10
syncPolicy:
automated:
prune: true
selfHeal: true