diff --git a/dmz/internalproxy/templates/endpoints.yaml b/dmz/internalproxy/templates/endpoints.yaml index 608d984..c5d00c4 100644 --- a/dmz/internalproxy/templates/endpoints.yaml +++ b/dmz/internalproxy/templates/endpoints.yaml @@ -43,27 +43,3 @@ spec: - protocol: TCP port: 443 targetPort: 443 - ---- - -apiVersion: v1 -kind: Endpoints -metadata: - name: unraid -subsets: - - addresses: - - ip: 192.168.21.200 - ports: - - port: 3000 - ---- - -apiVersion: v1 -kind: Service -metadata: - name: unraid -spec: - ports: - - protocol: TCP - port: 3000 - targetPort: 3000 diff --git a/dmz/internalproxy/templates/gitea.yaml b/dmz/internalproxy/templates/gitea.yaml index 021eee9..58c28d7 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: unraid + - name: gitea port: 3000 scheme: http tls: