Files
apps
adguard
files
finance
homeassistant
immich
media
monitoring
nextcloud
README.md
ingress.yaml
kustomization.yaml
namespace.yaml
postgres.sealedsecret.yaml
pvc.yaml
readme.md
values.yaml
ntfy
recipes
rss
syncthing
todos
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/apps/nextcloud/ingress.yaml
2024-03-26 22:58:17 +01:00

17 lines
291 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: nextcloud-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`nextcloud.kluster.moll.re`)
kind: Rule
services:
- name: nextcloud
port: 8080
tls:
certResolver: default-tls