Files
stack/README.md
2025-10-20 15:29:47 +02:00

20 lines
197 B
Markdown

# Egommerce K8S stack
### Init stack (K8S Dependencies and secrets)
```make init```
### Start
```make up```
### Shutdown
```make down```
## Maintenance
### Generate certs
```make certs```