Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
completed .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed May 5, 2022
1 parent c6223e8 commit 00a4a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/prod/environment/configs/configs-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
StressOptions__AkkaClusterOptions__UseKubernetesLease: "false"

# DistributedPubSub options
StressOptions__DistributedPubSubOptions__Enabled: "false"
StressOptions__DistributedPubSubOptions__Enabled: "true"

# Sharding options
StressOptions__ShardingOptions__Enabled: "true"
Expand Down
4 changes: 2 additions & 2 deletions k8s/prod/services/prod-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
emptyDir: {}
containers:
- name: frontend
image: akkalargescaleimages64b06635.azurecr.io/akkadotnet.frontend:0.6.1
image: akkalargescaleimages64b06635.azurecr.io/akkadotnet.frontend:0.6.2
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -207,7 +207,7 @@ spec:
emptyDir: {}
containers:
- name: backend
image: akkalargescaleimages64b06635.azurecr.io/akkadotnet.backend:0.6.1
image: akkalargescaleimages64b06635.azurecr.io/akkadotnet.backend:0.6.2
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 00a4a71

Please sign in to comment.