mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-03-20 03:53:21 +00:00
Compare commits
4 Commits
fix/nil_po
...
feat/resou
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b985697e82 | ||
|
|
cafd4fce17 | ||
|
|
ec9c7ba0c3 | ||
|
|
fa6f086331 |
@@ -19,17 +19,17 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: k8sgpt-container
|
- name: k8sgpt-container
|
||||||
imagePullPolicy: Always
|
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:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
args: ["serve"]
|
args: ["serve"]
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
|
||||||
memory: "512Mi"
|
|
||||||
requests:
|
|
||||||
cpu: "0.5"
|
cpu: "0.5"
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
requests:
|
||||||
|
cpu: "0.125"
|
||||||
|
memory: "64Mi"
|
||||||
env:
|
env:
|
||||||
- name: K8SGPT_MODEL
|
- name: K8SGPT_MODEL
|
||||||
value: "gpt-3.5-turbo"
|
value: "gpt-3.5-turbo"
|
||||||
|
|||||||
Reference in New Issue
Block a user