update to match new spec
This commit is contained in:
@@ -17,12 +17,14 @@ traefik:
|
|||||||
port: 8000
|
port: 8000
|
||||||
hostname: "*.alexlebens.net"
|
hostname: "*.alexlebens.net"
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
websecure:
|
websecure:
|
||||||
port: 8443
|
port: 8443
|
||||||
hostname: "*.alexlebens.net"
|
hostname: "*.alexlebens.net"
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- group: ''
|
- group: ''
|
||||||
kind: Secret
|
kind: Secret
|
||||||
@@ -32,7 +34,8 @@ traefik:
|
|||||||
ssh:
|
ssh:
|
||||||
port: 22
|
port: 22
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
namespacePolicy: All
|
namespacePolicy:
|
||||||
|
from: All
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
kinds:
|
kinds:
|
||||||
- kind: TCPRoute
|
- kind: TCPRoute
|
||||||
|
Reference in New Issue
Block a user