initial git commit saving configs

This commit is contained in:
Adrien
2026-03-31 15:30:40 +00:00
commit 7770e9859c
64 changed files with 2866 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: notify-push
namespace: nextcloud
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
tls:
- hosts:
- nextcloud.immich-ad.ovh
secretName: nextcloud-tls
rules:
- host: nextcloud.immich-ad.ovh
http:
paths:
- path: /push
pathType: Prefix
backend:
service:
name: notify-push
port:
number: 7867