Files
apps
adguard
files
deployment.yaml
ingress.yaml
kustomization.yaml
namespace.yaml
ocis-config.sealedsecret.yaml
pvc.yaml
service.yaml
finance
homeassistant
homepage
immich
media
monitoring
ntfy
recipes
rss
todos
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/apps/files/ingress.yaml

19 lines
301 B
YAML

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