Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions K8S/ingress-srv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: ingress-srv
annotations:
kubernetes.io/ingress.class: nginx
ingressClassName: nginx
nginx.ingress.kubernetes.io/use-regex: 'true'
spec:
rules:
Expand All @@ -25,4 +25,4 @@ spec:
port:
number: 80



4 changes: 2 additions & 2 deletions K8S/platforms-np-srv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
ports:
- name: platformservice
protocol: TCP
port: 80
targetPort: 80
port: 8080
targetPort: 8080
4 changes: 2 additions & 2 deletions PlatformService/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"CommandService": "http://commands-clusterip-srv:80/api/c/platforms/",
"ConnectionStrings": {
"PlatformsConn": "Server=mssql-clusterip-srv,1433;Initial Catalog=platformsdb;User ID=sa;Password=pa55w0rd!;"
"PlatformsConn": "Server=mssql-clusterip-srv,1433;Initial Catalog=platformsdb;User ID=sa;Password=pa55w0rd!;TrustServerCertificate=True"
},
"RabbitMQHost": "rabbitmq-clusterip-srv",
"RabbitMQPort": "5672",
Expand All @@ -17,4 +17,4 @@
}
}
}
}
}