diff --git a/apps/paperless/kustomization.yaml b/apps/paperless/kustomization.yaml index 178780a..4d436a0 100644 --- a/apps/paperless/kustomization.yaml +++ b/apps/paperless/kustomization.yaml @@ -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 diff --git a/apps/paperless/networking/kustomization.yaml b/apps/paperless/networking/kustomization.yaml new file mode 100644 index 0000000..e5351b4 --- /dev/null +++ b/apps/paperless/networking/kustomization.yaml @@ -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 diff --git a/apps/paperless/networking/smb-ingress-tcp-445.yaml b/apps/paperless/networking/smb-ingress-tcp-445.yaml index f681200..6930ce1 100644 --- a/apps/paperless/networking/smb-ingress-tcp-445.yaml +++ b/apps/paperless/networking/smb-ingress-tcp-445.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRouteTCP metadata: - name: smb-ingress + name: smb-ingress-tcp445 labels: expose: "false" namespace: paperless