Add k3s Helm charts for Opus API and TeX Live API
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# TeX Live API
|
||||
# k3s Helm Chart
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
helm install texlive deployments/k3s/texlive-api/
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
```yaml
|
||||
image:
|
||||
repository: alex11br/texlive-api
|
||||
tag: latest
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: 2000m
|
||||
memory: 4Gi
|
||||
```
|
||||
Reference in New Issue
Block a user