This commit is contained in:
2024-04-04 19:00:54 +02:00
parent f969c90930
commit 8e893976d8
3 changed files with 13 additions and 3 deletions

View File

@ -4,8 +4,7 @@ kind: Kustomization
namespace: paperless
resources:
- base/smb-ingress.yaml
- base/smb-service.yaml
- networking
- base/smb.yaml
- base/paperless-secret-sealed.yaml
- base/webserver-ingress.yaml

View File

@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- smb-ingress-tcp-139.yaml
- smb-ingress-tcp-445.yaml
- smb-ingress-udp-137.yaml
- smb-ingress-udp-138.yaml
- smb-service-tcp139.yaml
- smb-service-tcp445.yaml
- smb-service-udp137.yaml
- smb-service-udp138.yaml

View File

@ -1,7 +1,7 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRouteTCP
metadata:
name: smb-ingress
name: smb-ingress-tcp445
labels:
expose: "false"
namespace: paperless