Compare commits

..

1 commit

Author SHA1 Message Date
eea3c3a2e2 Update dashboard VolSync Dashboard ( 1 → 3 ) 2024-10-24 03:32:41 +00:00

View file

@ -67,25 +67,22 @@ spec:
limits:
nvidia.com/gpu: 1 # requesting 1 GPU
memory: 4Gi
defaultPodOptions:
securityContext:
runAsNonRoot: true
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [44, 10000]
seccompProfile: { type: RuntimeDefault }
nodeSelector:
nvidia.com/gpu.present: "true"
runtimeClassName: nvidia
pod:
nodeSelector:
nvidia.com/gpu.present: "true"
securityContext:
runAsUser: 568
runAsGroup: 568
runAsNonRoot: true
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups: [44, 10000]
service:
app:
controller: *app
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.1.1.40
external-dns.alpha.kubernetes.io/hostname: jellyfin.jahanson.tech
ports:
http:
port: *port
@ -102,7 +99,7 @@ spec:
- path: /
service:
identifier: app
port: *port
port: http
persistence:
config:
enabled: true