Compare commits
3 commits
eea3c3a2e2
...
385f975ced
Author | SHA1 | Date | |
---|---|---|---|
385f975ced | |||
097153db29 | |||
96724f8d41 |
2 changed files with 15 additions and 12 deletions
|
@ -67,22 +67,25 @@ spec:
|
|||
limits:
|
||||
nvidia.com/gpu: 1 # requesting 1 GPU
|
||||
memory: 4Gi
|
||||
pod:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
securityContext:
|
||||
runAsUser: 568
|
||||
runAsGroup: 568
|
||||
runAsNonRoot: true
|
||||
fsGroup: 568
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
supplementalGroups: [44, 10000]
|
||||
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
|
||||
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
|
||||
|
@ -99,7 +102,7 @@ spec:
|
|||
- path: /
|
||||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
port: *port
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
|
|
@ -191,7 +191,7 @@ spec:
|
|||
volsync:
|
||||
# removate: depName="VolSync Dashboard"
|
||||
gnetId: 21356
|
||||
revision: 1
|
||||
revision: 3
|
||||
datasource:
|
||||
- { name: DS_PROMETHEUS, value: Prometheus }
|
||||
- { name: VAR_REPLICATIONDESTNAME, value: .*-dst }
|
||||
|
|
Loading…
Reference in a new issue