forked from F5Networks/k8s-bigip-ctlr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf71684
commit 75cc2cb
Showing
12 changed files
with
117 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ig_examples/customResource/VirtualServer/virtual-with-wildcard-domain/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Virtual Server with Wildcard Domain | ||
|
||
This section demonstrates the option to configure virtual server using Wildcard Host . | ||
|
||
## tls-with-wildcardhost.yaml | ||
By deploying this yaml file in your cluster, CIS will create a TLSProfile with wildcrad domain name. | ||
|
||
## virtual-with-wildcardhost.yaml | ||
|
||
By deploying this yaml file in your cluster, CIS will create a Virtual Server on BIG-IP with wildcard domain name. |
14 changes: 14 additions & 0 deletions
14
...ples/customResource/VirtualServer/virtual-with-wildcard-domain/tls-with-wildcardhost.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: cis.f5.com/v1 | ||
kind: TLSProfile | ||
metadata: | ||
labels: | ||
f5cr: "true" | ||
name: cr-tls-foo-svc-1 | ||
namespace: default | ||
spec: | ||
hosts: | ||
- '*.foo.com' | ||
tls: | ||
clientSSL: foo-secret | ||
reference: secret | ||
termination: edge |
25 changes: 25 additions & 0 deletions
25
.../customResource/VirtualServer/virtual-with-wildcard-domain/virtual-with-wildcardhost.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
apiVersion: cis.f5.com/v1 | ||
kind: VirtualServer | ||
metadata: | ||
labels: | ||
f5cr: "true" | ||
name: cr-vs-foo-svc-1 | ||
namespace: default | ||
spec: | ||
allowVlans: [] | ||
host: '*.foo.com' | ||
httpTraffic: none | ||
iRules: [] | ||
pools: | ||
- monitor: | ||
interval: 20 | ||
recv: "" | ||
send: / | ||
timeout: 10 | ||
type: http | ||
path: /foo | ||
service: svc-1 | ||
servicePort: 80 | ||
snat: auto | ||
tlsProfileName: cr-tls-foo-svc-1 | ||
virtualServerAddress: 10.8.0.252 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters