Skip to content
Snippets Groups Projects
Commit c9ff0ecb authored by Alexander Tim Hobelsberger's avatar Alexander Tim Hobelsberger
Browse files

deploymentDiagam

parent 9810011d
No related branches found
No related tags found
1 merge request!10Skalierbarkeit
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
- "3600:80" - "3600:80"
- "443:443" - "443:443"
volumes: volumes:
- C:\Users\Ulquiorra\Visual Studio Code\Cloud Computing\cloud_computing\nginx\ssl:/etc/nginx/ssl - /Users/AlexMacBook/Desktop/Uni/Semester7/CloudComputing/cloud_computing/nginx/ssl:/etc/nginx/ssl
server-john: server-john:
build: ./ build: ./
......
...@@ -66,8 +66,6 @@ const connectWithRetry = () => { ...@@ -66,8 +66,6 @@ const connectWithRetry = () => {
}); });
}; };
connectWithRetry(); connectWithRetry();
//Prometheus //Prometheus
......
File added
File added
File added
...@@ -14,35 +14,35 @@ scrape_configs: ...@@ -14,35 +14,35 @@ scrape_configs:
scrape_interval: 5s scrape_interval: 5s
# scheme: https # scheme: https
static_configs: static_configs:
- targets: ['192.168.2.34:3600'] - targets: ['192.168.0.230:3600']
- job_name: 'server-john' - job_name: 'server-john'
honor_labels: true honor_labels: true
scrape_interval: 5s scrape_interval: 5s
# scheme: https # scheme: https
static_configs: static_configs:
- targets: ['192.168.2.34:3601'] - targets: ['192.168.0.230:3601']
- job_name: 'server-paul' - job_name: 'server-paul'
honor_labels: true honor_labels: true
scrape_interval: 5s scrape_interval: 5s
# scheme: https # scheme: https
static_configs: static_configs:
- targets: ['192.168.2.34:3602'] - targets: ['192.168.0.230:3602']
- job_name: 'server-george' - job_name: 'server-george'
honor_labels: true honor_labels: true
scrape_interval: 5s scrape_interval: 5s
# scheme: https # scheme: https
static_configs: static_configs:
- targets: ['192.168.2.34:3603'] - targets: ['192.168.0.230:3603']
- job_name: 'server-ringo' - job_name: 'server-ringo'
honor_labels: true honor_labels: true
scrape_interval: 5s scrape_interval: 5s
# scheme: https # scheme: https
static_configs: static_configs:
- targets: ['192.168.2.34:3604'] - targets: ['192.168.0.230:3604']
# Chat server application # Chat server application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment