File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scenarios/AksOpenAiTerraform Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ helm upgrade --install cert-manager jetstack/cert-manager \
5454## Deploy
5555Apply/Deploy Manifest File
5656``` bash
57- export IMAGE=" aamini8/magic8ball:v1 "
57+ export IMAGE=" aamini8/magic8ball:latest "
5858# Uncomment below to manually build docker image yourself instead of using pre-built image.
5959# docker build -t <YOUR IMAGE NAME> ./magic8ball --push
6060export HOSTNAME=$( terraform -chdir=terraform output -raw hostname)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
1414 labels :
1515 app.kubernetes.io/name : magic8ball
1616spec :
17- replicas : 1
17+ replicas : 2
1818 selector :
1919 matchLabels :
2020 app.kubernetes.io/name : magic8ball
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "azurerm_kubernetes_cluster" "main" {
6565 default_node_pool {
6666 name = " agentpool"
6767 vm_size = " Standard_DS2_v2"
68- node_count = 1
68+ node_count = 2
6969
7070 upgrade_settings {
7171 max_surge = " 10%"
You can’t perform that action at this time.
0 commit comments