eindelijk weer eens een push
This commit is contained in:
Executable
+39
@@ -0,0 +1,39 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: deventer-http
|
||||
namespace: traefik
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: HostSNIRegexp(`^[a-z0-9]+-marten\.allarddcs\.nl$`)
|
||||
services:
|
||||
- name: dandd
|
||||
port: 80
|
||||
tls:
|
||||
passthrough: true
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: dandd
|
||||
namespace: traefik
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 31899
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: dandd
|
||||
namespace: traefik
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 192.168.1.121
|
||||
ports:
|
||||
- port: 31899
|
||||
|
||||
|
||||
Reference in New Issue
Block a user