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