Compare commits

...

3 commits

2 changed files with 15 additions and 12 deletions

View file

@ -67,22 +67,25 @@ spec:
limits: limits:
nvidia.com/gpu: 1 # requesting 1 GPU nvidia.com/gpu: 1 # requesting 1 GPU
memory: 4Gi memory: 4Gi
pod: defaultPodOptions:
nodeSelector: securityContext:
nvidia.com/gpu.present: "true" runAsNonRoot: true
securityContext: runAsUser: 568
runAsUser: 568 runAsGroup: 568
runAsGroup: 568 fsGroup: 568
runAsNonRoot: true fsGroupChangePolicy: OnRootMismatch
fsGroup: 568 supplementalGroups: [44, 10000]
fsGroupChangePolicy: OnRootMismatch seccompProfile: { type: RuntimeDefault }
supplementalGroups: [44, 10000] nodeSelector:
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
@ -99,7 +102,7 @@ spec:
- path: / - path: /
service: service:
identifier: app identifier: app
port: http port: *port
persistence: persistence:
config: config:
enabled: true enabled: true

View file

@ -191,7 +191,7 @@ spec:
volsync: volsync:
# removate: depName="VolSync Dashboard" # removate: depName="VolSync Dashboard"
gnetId: 21356 gnetId: 21356
revision: 1 revision: 3
datasource: datasource:
- { name: DS_PROMETHEUS, value: Prometheus } - { name: DS_PROMETHEUS, value: Prometheus }
- { name: VAR_REPLICATIONDESTNAME, value: .*-dst } - { name: VAR_REPLICATIONDESTNAME, value: .*-dst }