Compare commits
1 commit
d0f507e16a
...
82fe528822
Author | SHA1 | Date | |
---|---|---|---|
82fe528822 |
6 changed files with 19 additions and 6 deletions
|
@ -33,7 +33,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/open-webui/open-webui
|
||||
tag: v0.4.3
|
||||
tag: v0.4.2
|
||||
env:
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: http://ollama.ai.svc.cluster.local:11434
|
||||
|
|
|
@ -75,9 +75,12 @@ spec:
|
|||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
capabilities: { drop: ["ALL"] }
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
limits:
|
||||
memory: 16Gi
|
||||
defaultPodOptions:
|
||||
nodeSelector: # ~~testing~~
|
||||
kubernetes.io/hostname: gandalf-01
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 568
|
||||
|
|
|
@ -196,6 +196,9 @@ spec:
|
|||
cert-manager:
|
||||
url: https://gitlab.com/uneeq-oss/cert-manager-mixin/-/raw/master/dashboards/cert-manager.json?ref_type=heads
|
||||
datasource: Prometheus
|
||||
dcgm-exporter:
|
||||
url: https://raw.githubusercontent.com/NVIDIA/dcgm-exporter/main/grafana/dcgm-exporter-dashboard.json
|
||||
datasource: Prometheus
|
||||
external-secrets:
|
||||
url: https://raw.githubusercontent.com/external-secrets/external-secrets/main/docs/snippets/dashboard.json
|
||||
datasource: Prometheus
|
||||
|
|
|
@ -66,9 +66,15 @@ spec:
|
|||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 1024Mi
|
||||
limits:
|
||||
memory: 8Gi
|
||||
defaultPodOptions:
|
||||
nodeSelector: # ~~testing~~
|
||||
kubernetes.io/hostname: gandalf-01
|
||||
kubernetes.io/hostname: shadowfax-01
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 568
|
||||
|
|
|
@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./claim.yaml
|
||||
- ./minio.yaml
|
||||
- ./nfs.yaml
|
||||
- ./r2.yaml
|
||||
|
|
|
@ -15,6 +15,8 @@ pkgs.mkShell {
|
|||
gitleaks
|
||||
helmfile
|
||||
k9s
|
||||
krew
|
||||
kubectl
|
||||
kubevirt
|
||||
kubernetes-helm
|
||||
pre-commit
|
||||
|
@ -23,6 +25,5 @@ pkgs.mkShell {
|
|||
mqttui
|
||||
kustomize
|
||||
yq-go
|
||||
go-task
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue