From 093bf40127bb19412292b54fcfd99741133afabb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 18 Mar 2025 06:21:58 -0500 Subject: [PATCH] update --- dmz/internalproxy/templates/endpoints.yaml | 4 +++- dmz/internalproxy/templates/gitea.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dmz/internalproxy/templates/endpoints.yaml b/dmz/internalproxy/templates/endpoints.yaml index bf23715..b8a5926 100644 --- a/dmz/internalproxy/templates/endpoints.yaml +++ b/dmz/internalproxy/templates/endpoints.yaml @@ -53,4 +53,6 @@ metadata: subsets: - addresses: - ip: 192.168.21.200 - + ports: + - port: 443 + - port: 3000 diff --git a/dmz/internalproxy/templates/gitea.yaml b/dmz/internalproxy/templates/gitea.yaml index 58c28d7..021eee9 100644 --- a/dmz/internalproxy/templates/gitea.yaml +++ b/dmz/internalproxy/templates/gitea.yaml @@ -38,7 +38,7 @@ spec: - match: Host(`gitea.durp.info`) && PathPrefix(`/`) kind: Rule services: - - name: gitea + - name: unraid port: 3000 scheme: http tls: