Skip to content

Commit

Permalink
adding 0.3 to the samples (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios authored Mar 18, 2022
1 parent 26d42f3 commit bda3386
Show file tree
Hide file tree
Showing 9 changed files with 1,745 additions and 701 deletions.
609 changes: 435 additions & 174 deletions installfiles/operator.yaml

Large diffs are not rendered by default.

609 changes: 435 additions & 174 deletions installfiles/operator_with_monitoring.yaml

Large diffs are not rendered by default.

609 changes: 435 additions & 174 deletions installfiles/operator_with_security.yaml

Large diffs are not rendered by default.

609 changes: 435 additions & 174 deletions installfiles/operator_with_security_and_monitoring.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/netcore/sample-hostnetwork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
hostNetwork: true # this sample uses host networking
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.2.0 # works only on version 0.2
- image: ghcr.io/playfab/thundernetes-netcore:0.3.0
name: thundernetes-sample-netcore
ports:
- protocol: TCP # your game server port protocol
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-nodeaffinity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.2.0
- image: ghcr.io/playfab/thundernetes-netcore:0.3.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-requestslimits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.2.0
- image: ghcr.io/playfab/thundernetes-netcore:0.3.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-secondnodepool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.2.0
- image: ghcr.io/playfab/thundernetes-netcore:0.3.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
template:
spec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore:0.2.0
- image: ghcr.io/playfab/thundernetes-netcore:0.3.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down

0 comments on commit bda3386

Please sign in to comment.