Added support for kubernetes, kustomize, helm

This commit is contained in:
Daniele Viti 2023-12-24 16:34:33 +01:00
parent 7063f00b71
commit d14d26bdfd
17 changed files with 290 additions and 0 deletions

View file

@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: ollama
namespace: ollama-namespace
spec:
selector:
matchLabels:
app: ollama
serviceName: "ollama"
template:
spec:
containers:
- name: ollama
resources:
limits:
nvidia.com/gpu: "1"