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
17 lines
291 B
YAML
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
|