Compare commits
No commits in common. "09b05de4482931ce567fdb3a3ac5406df81c4b7d" and "5c8d175e902f670d230a74a5b7e9f942763c91cb" have entirely different histories.
09b05de448
...
5c8d175e90
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
repo: https://nvidia.github.io/k8s-device-plugin
|
repo: https://nvidia.github.io/k8s-device-plugin
|
||||||
chart: nvidia-device-plugin
|
chart: nvidia-device-plugin
|
||||||
version: 0.17.0
|
version: 0.16.1
|
||||||
targetNamespace: kube-system
|
targetNamespace: kube-system
|
||||||
set:
|
set:
|
||||||
config.default: config0
|
config.default: config0
|
||||||
|
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
limits:
|
limits:
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
cpu: 3000m
|
cpu: 3000m
|
||||||
nvidia.com/gpu: "1"
|
nvidia.com/gpu: "2"
|
||||||
# amd.com/gpu: "1"
|
# amd.com/gpu: "1"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|
|
@ -26,13 +26,9 @@ spec:
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- amd64
|
- amd64
|
||||||
runtimeClassName: nvidia
|
|
||||||
containers:
|
containers:
|
||||||
- name: openedai-speech
|
- name: openedai-speech
|
||||||
image: ghcr.io/matatonic/openedai-speech
|
image: ghcr.io/matatonic/openedai-speech
|
||||||
env:
|
|
||||||
- name: EXTRA_ARGS
|
|
||||||
value: --preload xtts_v2.0.2
|
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
@ -42,7 +38,7 @@ spec:
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
nvidia.com/gpu: "1"
|
memory: 1Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: server-voices-pv
|
- name: server-voices-pv
|
||||||
mountPath: /app/voices
|
mountPath: /app/voices
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- traefik-helmchartconfig.yaml
|
- traefik-helmchartconfig.yaml
|
||||||
# - traefik-ingress.yaml
|
- traefik-ingress.yaml
|
||||||
|
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ spec:
|
||||||
- '--api.insecure=true'
|
- '--api.insecure=true'
|
||||||
- '--metrics.prometheus=true'
|
- '--metrics.prometheus=true'
|
||||||
ports:
|
ports:
|
||||||
# traefik:
|
traefik:
|
||||||
# expose: true
|
expose: true
|
||||||
websecure:
|
websecure:
|
||||||
hostPort: 8443
|
hostPort: 8443
|
||||||
# ports:
|
# ports:
|
||||||
|
|
|
@ -18,13 +18,13 @@ images:
|
||||||
- name: gitea/gitea
|
- name: gitea/gitea
|
||||||
newTag: 1.21.11
|
newTag: 1.21.11
|
||||||
- name: grafana/grafana
|
- name: grafana/grafana
|
||||||
newTag: 11.4.0
|
newTag: 11.3.0
|
||||||
- name: prom/blackbox-exporter
|
- name: prom/blackbox-exporter
|
||||||
newTag: v0.24.0
|
newTag: v0.24.0
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
newTag: 30.0.4
|
newTag: 30.0.2
|
||||||
- name: collabora/code
|
- name: collabora/code
|
||||||
newTag: 24.04.11.1.1
|
newTag: 24.04.9.2.1
|
||||||
- name: nextcloud/aio-imaginary
|
- name: nextcloud/aio-imaginary
|
||||||
newTag: 20230613_120442-latest-arm64
|
newTag: 20230613_120442-latest-arm64
|
||||||
# - name: jellyfin/jellyfin
|
# - name: jellyfin/jellyfin
|
||||||
|
@ -38,14 +38,14 @@ images:
|
||||||
- name: redis
|
- name: redis
|
||||||
newTag: "7.4"
|
newTag: "7.4"
|
||||||
- name: bitnami/kubectl
|
- name: bitnami/kubectl
|
||||||
newTag: "1.31"
|
newTag: "1.29"
|
||||||
- name: ollama/ollama
|
- name: ollama/ollama
|
||||||
newTag: 0.3.14
|
newTag: 0.3.14
|
||||||
# newTag: 0.3.6-rocm
|
# newTag: 0.3.6-rocm
|
||||||
# - name: ghcr.io/berriai/litellm
|
# - name: ghcr.io/berriai/litellm
|
||||||
# newTag: main-v1.43.1
|
# newTag: main-v1.43.1
|
||||||
- name: ghcr.io/open-webui/open-webui
|
- name: ghcr.io/open-webui/open-webui
|
||||||
newTag: v0.5.2
|
newTag: v0.4.7
|
||||||
- name: ghcr.io/sillytavern/sillytavern
|
- name: ghcr.io/sillytavern/sillytavern
|
||||||
newTag: 1.12.7
|
newTag: 1.12.7
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue