migration
This commit is contained in:
@@ -76,6 +76,10 @@ spec:
|
||||
{
|
||||
"name": "websecure",
|
||||
"mode": "tcp"
|
||||
},
|
||||
{
|
||||
"name": "giteassh",
|
||||
"mode": "tcp"
|
||||
}
|
||||
],
|
||||
"backends": [
|
||||
@@ -90,6 +94,9 @@ spec:
|
||||
"properties": {
|
||||
"outbound_proxy_protocol": "v2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "giteassh"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -129,6 +136,13 @@ spec:
|
||||
metrics: true
|
||||
tracing: true
|
||||
|
||||
giteassh:
|
||||
port: 2222
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 2222
|
||||
protocol: TCP
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: traefik-system
|
||||
|
||||
Reference in New Issue
Block a user