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