-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7732689
commit 2024064
Showing
5 changed files
with
603 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
global: | ||
tls: | ||
# options: suse-private-ai, letsEncrypt, secret | ||
source: suse-private-ai | ||
issuerName: suse-private-ai | ||
|
||
# This section to be filled out when using letsEncrypt as the tls source | ||
letsEncrypt: | ||
environment: staging | ||
email: [email protected] | ||
ingress: | ||
class: "" | ||
ollama: | ||
ollama: | ||
gpu: | ||
enabled: true | ||
type: 'nvidia' | ||
number: 1 | ||
ingress: | ||
enabled: false | ||
open-webui: | ||
ollamaUrls: | ||
- http://suse-private-ai-ollama.suse-private-ai.svc.cluster.local:11434 | ||
persistence: | ||
enabled: true | ||
storageClass: local-path | ||
ollama: | ||
enabled: false | ||
pipelines: | ||
enabled: true | ||
persistence: | ||
storageClass: local-path | ||
ingress: | ||
enabled: true | ||
class: "" | ||
annotations: | ||
nginx.ingress.kubernetes.io/ssl-redirect: "true" | ||
host: suse-ollama-webui | ||
tls: true | ||
existingSecret: suse-private-ai-tls | ||
extraEnvVars: | ||
- name: DEFAULT_MODELS | ||
value: "gemma:2b" | ||
- name: DEFAULT_USER_ROLE | ||
value: "user" | ||
- name: WEBUI_NAME | ||
value: "SUSE AI" | ||
- name: GLOBAL_LOG_LEVEL | ||
value: INFO | ||
- name: VECTOR_DB | ||
value: "milvus" | ||
- name: MILVUS_URI | ||
value: http://suse-private-ai-milvus.suse-private-ai.svc.cluster.local:19530 | ||
milvus: | ||
enabled: True | ||
cluster: | ||
enabled: True | ||
standalone: | ||
persistence: | ||
persistentVolumeClaim: | ||
storageClass: local-path | ||
etcd: | ||
replicaCount: 1 | ||
persistence: | ||
storageClassName: local-path | ||
minio: | ||
mode: distributed | ||
replicas: 4 | ||
rootUser: "admin" | ||
rootPassword: "adminminio" | ||
persistence: | ||
storageClass: local-path | ||
resources: | ||
requests: | ||
memory: 1024Mi | ||
pulsar: | ||
enabled: True | ||
affinity: | ||
anti_affinity: false | ||
autorecovery: | ||
resources: | ||
requests: | ||
cpu: 0.1 | ||
memory: 256Mi | ||
proxy: | ||
replicaCount: 1 | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 256Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms256m -Xmx256m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=256m | ||
bookkeeper: | ||
replicaCount: 2 | ||
volumes: | ||
journal: | ||
local_storage: false | ||
storageClassName: local-path | ||
ledgers: | ||
local_storage: false | ||
storageClassName: local-path | ||
common: | ||
local_storage: false | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 512Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms512m -Xmx512m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=512m | ||
-Dio.netty.leakDetectionLevel=disabled | ||
-Dio.netty.recycler.linkCapacity=1024 | ||
-XX:+UseG1GC -XX:MaxGCPauseMillis=10 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 | ||
-XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 | ||
-XX:+DisableExplicitGC | ||
-XX:-ResizePLAB | ||
-XX:+ExitOnOutOfMemoryError | ||
-XX:+PerfDisableSharedMem | ||
-XX:+PrintGCDetails | ||
zookeeper: | ||
replicaCount: 1 | ||
volumes: | ||
data: | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.1 | ||
memory: 256Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms256m | ||
-Xmx256m | ||
PULSAR_GC: > | ||
-Dcom.sun.management.jmxremote | ||
-Djute.maxbuffer=10485760 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis -XX:+DisableExplicitGC | ||
-XX:+PerfDisableSharedMem | ||
-Dzookeeper.forceSync=no | ||
broker: | ||
replicaCount: 2 | ||
volumes: | ||
data: | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 512Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms512m | ||
-Xmx512m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=512m | ||
-Dio.netty.leakDetectionLevel=disabled | ||
-Dio.netty.recycler.linkCapacity=1024 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis | ||
-XX:ParallelGCThreads=32 | ||
-XX:ConcGCThreads=32 | ||
-XX:G1NewSizePercent=50 | ||
-XX:+DisableExplicitGC | ||
-XX:-ResizePLAB | ||
-XX:+ExitOnOutOfMemoryError | ||
autorecovery: | ||
resources: | ||
requests: | ||
memory: 512Mi | ||
cpu: 1 | ||
# #indexNode: | ||
# resources: | ||
# requests: | ||
# nvidia.com/gpu: "1" | ||
# limits: | ||
# nvidia.com/gpu: "1" | ||
#queryNode: | ||
# resources: | ||
# requests: | ||
# nvidia.com/gpu: "1" | ||
# limits: | ||
# nvidia.com/gpu: "1" | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
global: | ||
tls: | ||
# options: suse-private-ai, letsEncrypt, secret | ||
source: suse-private-ai | ||
issuerName: suse-private-ai | ||
|
||
# This section to be filled out when using letsEncrypt as the tls source | ||
letsEncrypt: | ||
environment: staging | ||
email: [email protected] | ||
ingress: | ||
class: "" | ||
ollama: | ||
ollama: | ||
gpu: | ||
enabled: false | ||
ingress: | ||
enabled: false | ||
open-webui: | ||
ollamaUrls: | ||
- http://suse-private-ai-ollama.suse-private-ai.svc.cluster.local:11434 | ||
persistence: | ||
enabled: true | ||
storageClass: local-path | ||
ollama: | ||
enabled: false | ||
pipelines: | ||
enabled: false | ||
persistence: | ||
storageClass: local-path | ||
ingress: | ||
enabled: true | ||
class: "" | ||
annotations: | ||
nginx.ingress.kubernetes.io/ssl-redirect: "true" | ||
host: suse-ollama-webui | ||
tls: true | ||
existingSecret: suse-private-ai-tls | ||
extraEnvVars: | ||
- name: DEFAULT_MODELS | ||
value: "gemma:2b" | ||
- name: DEFAULT_USER_ROLE | ||
value: "user" | ||
- name: WEBUI_NAME | ||
value: "SUSE AI" | ||
- name: GLOBAL_LOG_LEVEL | ||
value: INFO | ||
- name: VECTOR_DB | ||
value: "milvus" | ||
- name: MILVUS_URI | ||
value: http://suse-private-ai-milvus.suse-private-ai.svc.cluster.local:19530 | ||
milvus: | ||
enabled: True | ||
cluster: | ||
enabled: True | ||
standalone: | ||
persistence: | ||
persistentVolumeClaim: | ||
storageClass: local-path | ||
etcd: | ||
replicaCount: 1 | ||
persistence: | ||
storageClassName: local-path | ||
minio: | ||
mode: distributed | ||
replicas: 4 | ||
rootUser: "admin" | ||
rootPassword: "adminminio" | ||
persistence: | ||
storageClass: local-path | ||
resources: | ||
requests: | ||
memory: 1024Mi | ||
pulsar: | ||
enabled: True | ||
affinity: | ||
anti_affinity: false | ||
autorecovery: | ||
resources: | ||
requests: | ||
cpu: 0.1 | ||
memory: 256Mi | ||
proxy: | ||
replicaCount: 1 | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 256Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms256m -Xmx256m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=256m | ||
bookkeeper: | ||
replicaCount: 2 | ||
volumes: | ||
journal: | ||
local_storage: false | ||
storageClassName: local-path | ||
ledgers: | ||
local_storage: false | ||
storageClassName: local-path | ||
common: | ||
local_storage: false | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 512Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms512m -Xmx512m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=512m | ||
-Dio.netty.leakDetectionLevel=disabled | ||
-Dio.netty.recycler.linkCapacity=1024 | ||
-XX:+UseG1GC -XX:MaxGCPauseMillis=10 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 | ||
-XX:ConcGCThreads=32 -XX:G1NewSizePercent=50 | ||
-XX:+DisableExplicitGC | ||
-XX:-ResizePLAB | ||
-XX:+ExitOnOutOfMemoryError | ||
-XX:+PerfDisableSharedMem | ||
-XX:+PrintGCDetails | ||
zookeeper: | ||
replicaCount: 1 | ||
volumes: | ||
data: | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.1 | ||
memory: 256Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms256m | ||
-Xmx256m | ||
PULSAR_GC: > | ||
-Dcom.sun.management.jmxremote | ||
-Djute.maxbuffer=10485760 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis -XX:+DisableExplicitGC | ||
-XX:+PerfDisableSharedMem | ||
-Dzookeeper.forceSync=no | ||
broker: | ||
replicaCount: 2 | ||
volumes: | ||
data: | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
cpu: 0.2 | ||
memory: 512Mi | ||
configData: | ||
PULSAR_MEM: > | ||
-Xms512m | ||
-Xmx512m | ||
PULSAR_GC: > | ||
-XX:MaxDirectMemorySize=512m | ||
-Dio.netty.leakDetectionLevel=disabled | ||
-Dio.netty.recycler.linkCapacity=1024 | ||
-XX:+ParallelRefProcEnabled | ||
-XX:+UnlockExperimentalVMOptions | ||
-XX:+DoEscapeAnalysis | ||
-XX:ParallelGCThreads=32 | ||
-XX:ConcGCThreads=32 | ||
-XX:G1NewSizePercent=50 | ||
-XX:+DisableExplicitGC | ||
-XX:-ResizePLAB | ||
-XX:+ExitOnOutOfMemoryError | ||
autorecovery: | ||
resources: | ||
requests: | ||
memory: 512Mi | ||
cpu: 1 | ||
# #indexNode: | ||
# resources: | ||
# requests: | ||
# nvidia.com/gpu: "1" | ||
# limits: | ||
# nvidia.com/gpu: "1" | ||
#queryNode: | ||
# resources: | ||
# requests: | ||
# nvidia.com/gpu: "1" | ||
# limits: | ||
# nvidia.com/gpu: "1" | ||
# |
Oops, something went wrong.