diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-24 20:28:59 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-24 20:28:59 +0100 |
| commit | 471338b9dd3e3cd255bb9f43d7e7d3754f1b1999 (patch) | |
| tree | be5cc13a4fbff492c250c0c3be5a25d98e85c86e /kubernetes/README.md | |
| parent | 36943b299a26a94c92dbfa16a11a450b04725da1 (diff) | |
| download | homelab-iac-471338b9dd3e3cd255bb9f43d7e7d3754f1b1999.tar.gz homelab-iac-471338b9dd3e3cd255bb9f43d7e7d3754f1b1999.tar.bz2 homelab-iac-471338b9dd3e3cd255bb9f43d7e7d3754f1b1999.zip | |
k8s: add traefik and test app "whoami"
Diffstat (limited to '')
| -rw-r--r-- | kubernetes/README.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kubernetes/README.md b/kubernetes/README.md index 2114f71..72d9c55 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -1,7 +1,3 @@ -# Kubernetes Configurations +# Kubernetes Applications -This folder contains Kubernetes cluster and application configurations. - -## Structure -- **clusters/**: Cluster setup and configuration. -- **apps/**: Application deployments (e.g., Helm charts, manifests). +This folder contains configurations for deploying applications on Kubernetes. |
