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:
|
limits:
|
||||||
nvidia.com/gpu: 1 # requesting 1 GPU
|
nvidia.com/gpu: 1 # requesting 1 GPU
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
pod:
|
defaultPodOptions:
|
||||||
nodeSelector:
|
|
||||||
nvidia.com/gpu.present: "true"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
runAsUser: 568
|
runAsUser: 568
|
||||||
runAsGroup: 568
|
runAsGroup: 568
|
||||||
runAsNonRoot: true
|
|
||||||
fsGroup: 568
|
fsGroup: 568
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
supplementalGroups: [44, 10000]
|
supplementalGroups: [44, 10000]
|
||||||
|
seccompProfile: { type: RuntimeDefault }
|
||||||
|
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
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue