removed unused config, only left the endpoint slice

This commit is contained in:
2025-07-07 14:11:11 +02:00
parent c609e8ab3e
commit 7d7ada0474
2 changed files with 0 additions and 27 deletions

View File

@@ -1,16 +0,0 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: hemmelig-docker-route
namespace: default
spec:
entryPoints:
- websecure
routes:
- match: Host(`paste.innovation-hub-niedersachsen.de`)
kind: Rule
services:
- name: hemmelig-docker
port: 80
tls:
certResolver: default

View File

@@ -1,14 +1,3 @@
apiVersion: v1
kind: Service
metadata:
name: hemmelig-docker
namespace: default
spec:
ports:
- port: 80
targetPort: 3000
clusterIP: None
---
apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata: