Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/manual-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,20 @@ spec:
certificateRefs:
- group: ""
kind: Secret
name: vela-staging-cert
name: vela-run-wildcard-tls
mode: Terminate
- allowedRoutes:
namespaces:
from: All
hostname: postbrain.simplyblock.ai
name: postbrainhttps
port: 443
protocol: HTTPS
tls:
certificateRefs:
- group: ""
kind: Secret
name: postbrain-cert-secret
mode: Terminate
EOF
```
Expand Down
Loading