initial git commit saving configs
This commit is contained in:
24
nextcloud/notify-push-ingress.yaml
Normal file
24
nextcloud/notify-push-ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user