Files
stack/README.md
2025-10-31 11:42:36 +01:00

16 lines
198 B
Markdown

# Egommerce K8S stack
### Generate Certificates by running:
```make certs```
### Init stack (K8S Dependencies and secrets)
```make init```
### Start
```make up```
### Shutdown
```make down```