Skip to content

Commit 77a7955

Browse files
committed
Fixed the error that came with add new course - changed the depolyment-app.yaml file
1 parent 859fc09 commit 77a7955

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

k8s/deployment-app.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kiii-deployment
55
namespace: kiii-app-namespace
66
spec:
7-
replicas: 2
7+
replicas: 1
88
selector:
99
matchLabels:
1010
app: kiii-app
@@ -25,6 +25,8 @@ spec:
2525
value: "http://+:8080"
2626
- name: DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
2727
value: "false"
28+
- name: Logging__LogLevel__Microsoft
29+
value: "Information"
2830
envFrom:
2931
- configMapRef:
3032
name: kiii-config

0 commit comments

Comments
 (0)