Skip to content

Commit

Permalink
iits-admin-dashboard: Add favicon.ico and Treafik dashboard URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed May 9, 2023
1 parent 5ddb60a commit 1347e1d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/iits-admin-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: admin dashboard with urls
name: iits-admin-dashboard
version: 1.0.0
version: 1.0.1
Binary file added charts/iits-admin-dashboard/files/favicon.ico
Binary file not shown.
30 changes: 29 additions & 1 deletion charts/iits-admin-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,35 @@ resources:
memory: "8Mi"
cpu: "10m"
# You can add here a custom HTML website
#website: |-
website: |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tech Admin Board</title>
<link rel="stylesheet" href="styles.css"> <!-- Link the new CSS file -->
</head>
<body>
<div class="container">
<img class="logo" src="https://iits-consulting.de/wp-content/uploads/2021/08/iits-logo-2021-red-square-xl.png"
alt="IITS Consulting Logo"/>
<h1>Tech Admin Board</h1>
<div class="tiles">
<a href="argocd" class="tile">
<img src="https://cncf-branding.netlify.app/img/projects/argo/stacked/color/argo-stacked-color.png" alt="ArgoCD">
</a>
<a href="akhq/ui/kafka/topic" class="tile">
<img src="https://kafka.apache.org/images/apache-kafka.png" alt="akhq (kafka headquarter)">
</a>
<a href="dashboard/" class="tile">
<img src="https://raw.githubusercontent.com/docker-library/docs/a6cc2c5f4bc6658168f2a0abbb0307acaefff80e/traefik/logo.png" alt="Traefik Dashboard">
</a>
</div>
</div>
</body>
</html>
Expand Down

0 comments on commit 1347e1d

Please sign in to comment.