initial commit with minimal deployment configured

This commit is contained in:
2024-07-24 11:07:52 +02:00
commit 6aaa8fc1b3
7 changed files with 122 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# Backend deployment
## Overview
This repository contains the necessary files for deploying the backend application to a kubernetes environment.
## Prerequisites
Before deploying the backend application, ensure that you have the following prerequisites:
- Kubernetes cluster with the following components:
- ingress controller
- storage class
- `kubectl` installed (`kustomize` is usually bundled)
## Deployment Steps
To deploy the backend application, follow these steps:
1. Clone this repository: `git clone https://github.com/your-repo.git`
1. Apply the kustomization: `kubectl apply -k .`
## Configuration
The kustomization allows for easy configuration of the backend application. To customize the deployment, modify the `kustomization.yaml` file.