-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathvalues.yaml
More file actions
49 lines (45 loc) · 1.49 KB
/
values.yaml
File metadata and controls
49 lines (45 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
common:
containerRegistryURL: devopsinsidersacr235.azurecr.io
ingressClass: azure-application-gateway
ui:
replicas: 2
image:
name: todo-ui
tag: v4
port: 80
ServicePort: 80
ingress:
host: ui.jhandu.shop
getTask:
replicas: 2
image:
name: todo-get-tasks-api
tag: v1
port: 8000
ServicePort: 80
connectionString: "Driver={ODBC Driver 18 for SQL Server};Server=tcp:sql-dev-todoapp-786.database.windows.net,1433;Database=sqldb-dev-todoapp;Uid=devopsadmin;Pwd=P@ssw01rd@123;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;"
ingress:
host: get-tasks-api.jhandu.shop
ingressClass: azure-application-gateway
deleteTask:
replicas: 2
image:
name: todo-delete-tasks-api
tag: v1
port: 8000
ServicePort: 80
connectionString: "Driver={ODBC Driver 18 for SQL Server};Server=tcp:sql-dev-todoapp-786.database.windows.net,1433;Database=sqldb-dev-todoapp;Uid=devopsadmin;Pwd=P@ssw01rd@123;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;"
ingress:
host: delete-task-api.jhandu.shop
ingressClass: azure-application-gateway
addTask:
replicas: 2
image:
name: todo-add-tasks-api
tag: v1
port: 8000
ServicePort: 80
connectionString: "Driver={ODBC Driver 18 for SQL Server};Server=tcp:sql-dev-todoapp-786.database.windows.net,1433;Database=sqldb-dev-todoapp;Uid=devopsadmin;Pwd=P@ssw01rd@123;Encrypt=yes;TrustServerCertificate=no;Connection Timeout=30;"
ingress:
host: add-task-api.jhandu.shop
ingressClass: nginx