Skip to content

Commit 0dd65e2

Browse files
Update README and Grafana deployment configuration: Center align build status badges in README and remove unnecessary domain settings from Grafana deployment YAML.
1 parent 5bf0e68 commit 0dd65e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,24 @@
2424

2525
## 📊 Status
2626

27+
<div align="center">
28+
2729
<table>
2830
<tr>
2931
<td colspan="3" align="center"><b>🔨 Build & Test</b></td>
3032
</tr>
3133
<tr>
32-
<td>
34+
<td align="center">
3335
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-client.yml">
3436
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-client.yml/badge.svg" alt="Build and Test Client"/>
3537
</a>
3638
</td>
37-
<td>
39+
<td align="center">
3840
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-server.yml">
3941
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-server.yml/badge.svg" alt="Build and Test Server"/>
4042
</a>
4143
</td>
42-
<td>
44+
<td align="center">
4345
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-genai.yml">
4446
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-and-test-genai.yml/badge.svg" alt="Build and Test GenAI"/>
4547
</a>
@@ -54,7 +56,7 @@
5456
<td colspan="3" align="center"><b>🐳 Docker</b></td>
5557
</tr>
5658
<tr>
57-
<td colspan="3">
59+
<td colspan="3" align="center">
5860
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/docker-build-push.yml">
5961
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/docker-build-push.yml/badge.svg" alt="Build and Push Docker Images"/>
6062
</a>
@@ -64,7 +66,7 @@
6466
<td colspan="3" align="center"><b>☸️ Kubernetes Deployment</b></td>
6567
</tr>
6668
<tr>
67-
<td colspan="3">
69+
<td colspan="3" align="center">
6870
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-push-deploy.yml">
6971
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/build-push-deploy.yml/badge.svg" alt="Build, Push and Deploy to Kubernetes"/>
7072
</a>
@@ -74,14 +76,16 @@
7476
<td colspan="3" align="center"><b>☁️ AWS Deployment</b></td>
7577
</tr>
7678
<tr>
77-
<td colspan="3">
79+
<td colspan="3" align="center">
7880
<a href="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/provision_configure_deploy.yml">
7981
<img src="https://github.com/AET-DevOps25/team-git-it-together/actions/workflows/provision_configure_deploy.yml/badge.svg" alt="Provision, Configure and Deploy to AWS"/>
8082
</a>
8183
</td>
8284
</tr>
8385
</table>
8486

87+
</div>
88+
8589
## 🌐 Live Application Links
8690

8791
| Service | Description | URL |

infra/helm/skillForgeAi/templates/monitoring/grafana/grafana-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ spec:
5757
value: "false"
5858
- name: GF_USERS_ALLOW_SIGN_UP
5959
value: "false"
60-
- name: GF_SERVER_DOMAIN
61-
value: "grafana.student.k8s.aet.cit.tum.de"
62-
- name: GF_SERVER_ENFORCE_DOMAIN
63-
value: "true"
6460
- name: GF_LOG_LEVEL
6561
value: "info"
6662
- name: GF_INSTALL_PLUGINS

0 commit comments

Comments
 (0)