mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-03-18 19:17:25 +00:00
Compare commits
4 Commits
v0.2.5
...
feat/resou
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b985697e82 | ||
|
|
cafd4fce17 | ||
|
|
ec9c7ba0c3 | ||
|
|
fa6f086331 |
@@ -19,17 +19,17 @@ spec:
|
||||
containers:
|
||||
- name: k8sgpt-container
|
||||
imagePullPolicy: Always
|
||||
image: ghcr.io/k8sgpt-ai/k8sgpt:v0.2.2 #x-release-please-version
|
||||
image: ghcr.io/k8sgpt-ai/k8sgpt:dev-202304151719 #x-release-please-version
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
args: ["serve"]
|
||||
resources:
|
||||
limits:
|
||||
cpu: "1"
|
||||
memory: "512Mi"
|
||||
requests:
|
||||
cpu: "0.5"
|
||||
memory: "256Mi"
|
||||
requests:
|
||||
cpu: "0.125"
|
||||
memory: "64Mi"
|
||||
env:
|
||||
- name: K8SGPT_MODEL
|
||||
value: "gpt-3.5-turbo"
|
||||
|
||||
Reference in New Issue
Block a user