diff --git a/kubernetes/feedservice-deployment.yaml b/kubernetes/feedservice-deployment.yaml index 92489d0..e0f113c 100644 --- a/kubernetes/feedservice-deployment.yaml +++ b/kubernetes/feedservice-deployment.yaml @@ -58,7 +58,7 @@ spec: value: redis - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/feedservice:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/feedservice:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/gateway-deployment.yaml b/kubernetes/gateway-deployment.yaml index a8b1007..2fc09e7 100644 --- a/kubernetes/gateway-deployment.yaml +++ b/kubernetes/gateway-deployment.yaml @@ -54,7 +54,7 @@ spec: value: -XX:ActiveProcessorCount=4 -XX:MaxDirectMemorySize=500M - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/gateway:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/gateway:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/grafana-deployment.yaml b/kubernetes/grafana-deployment.yaml index adaa4d9..5765d1a 100644 --- a/kubernetes/grafana-deployment.yaml +++ b/kubernetes/grafana-deployment.yaml @@ -32,7 +32,7 @@ spec: value: "true" - name: GF_AUTH_ANONYMOUS_ORG_ROLE value: Admin - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/grafana:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/grafana:03-communication-efficiency name: grafana ports: - containerPort: 3000 diff --git a/kubernetes/notificationservice-deployment.yaml b/kubernetes/notificationservice-deployment.yaml index de60b31..ac2209d 100644 --- a/kubernetes/notificationservice-deployment.yaml +++ b/kubernetes/notificationservice-deployment.yaml @@ -60,7 +60,7 @@ spec: value: rabbitmq - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/notificationservice:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/notificationservice:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/postservice-deployment.yaml b/kubernetes/postservice-deployment.yaml index 7f62626..a13bd44 100644 --- a/kubernetes/postservice-deployment.yaml +++ b/kubernetes/postservice-deployment.yaml @@ -56,7 +56,7 @@ spec: value: rabbitmq - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/postservice:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/postservice:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/prometheus-deployment.yaml b/kubernetes/prometheus-deployment.yaml index 3daad04..68a06d1 100644 --- a/kubernetes/prometheus-deployment.yaml +++ b/kubernetes/prometheus-deployment.yaml @@ -32,7 +32,7 @@ spec: - --storage.tsdb.path=/prometheus - --web.console.libraries=/etc/prometheus/console_libraries - --web.console.templates=/etc/prometheus/consoles - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/prometheus:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/prometheus:03-communication-efficiency name: prometheus ports: - containerPort: 9090 diff --git a/kubernetes/servicediscovery-deployment.yaml b/kubernetes/servicediscovery-deployment.yaml index 5284d85..7063e01 100644 --- a/kubernetes/servicediscovery-deployment.yaml +++ b/kubernetes/servicediscovery-deployment.yaml @@ -44,7 +44,7 @@ spec: value: -XX:ActiveProcessorCount=4 -XX:MaxDirectMemorySize=100M - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/servicediscovery:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/servicediscovery:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/snmp-exporter-deployment.yaml b/kubernetes/snmp-exporter-deployment.yaml index afd1a40..f384d67 100644 --- a/kubernetes/snmp-exporter-deployment.yaml +++ b/kubernetes/snmp-exporter-deployment.yaml @@ -23,7 +23,7 @@ spec: io.kompose.service: snmp-exporter spec: containers: - - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/snmp-exporter:02-resource-usage + - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/snmp-exporter:03-communication-efficiency name: snmp-exporter ports: - containerPort: 9116 diff --git a/kubernetes/statisticservice-deployment.yaml b/kubernetes/statisticservice-deployment.yaml index a5f4bad..bb5a9db 100644 --- a/kubernetes/statisticservice-deployment.yaml +++ b/kubernetes/statisticservice-deployment.yaml @@ -56,7 +56,7 @@ spec: value: rabbitmq - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/statisticservice:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/statisticservice:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5 diff --git a/kubernetes/userservice-deployment.yaml b/kubernetes/userservice-deployment.yaml index 8563f36..d397d3d 100644 --- a/kubernetes/userservice-deployment.yaml +++ b/kubernetes/userservice-deployment.yaml @@ -56,7 +56,7 @@ spec: value: rabbitmq - name: ZIPKIN_URI value: http://zipkin:9411/ - image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/userservice:02-resource-usage + image: ghcr.io/tobias-pe/distributed-systems-energy-efficiency/userservice:03-communication-efficiency imagePullPolicy: Always livenessProbe: failureThreshold: 5