Compare commits
3 commits
898483ce18
...
d192d02fbb
Author | SHA1 | Date | |
---|---|---|---|
d192d02fbb | |||
ff56d9dc0d | |||
20671fc186 |
9 changed files with 19 additions and 19 deletions
|
@ -105,8 +105,8 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
sting-media:
|
sting-media:
|
||||||
|
|
|
@ -106,7 +106,7 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -105,8 +105,8 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
sting-media:
|
sting-media:
|
||||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
strategy: rollback
|
strategy: rollback
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
unpackerr:
|
unpackerr:
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
containers:
|
containers:
|
||||||
|
@ -76,8 +76,8 @@ spec:
|
||||||
persistence:
|
persistence:
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
unpackerr:
|
unpackerr:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -16,9 +16,9 @@ cluster:
|
||||||
cni:
|
cni:
|
||||||
exclusive: false
|
exclusive: false
|
||||||
devices: bond+
|
devices: bond+
|
||||||
socketLB:
|
# socketLB:
|
||||||
enabled: false # supposed to be default off, but it's enabled anyway, and looks fun lol # TODO: 2024-06-02: temporarily turned off to attempt fixing endpoint creation timeout
|
# enabled: false # supposed to be default off, but it's enabled anyway, and looks fun lol # TODO: 2024-06-02: temporarily turned off to attempt fixing endpoint creation timeout
|
||||||
hostNamespaceOnly: true # KubeVirt compatibility
|
# hostNamespaceOnly: true # KubeVirt compatibility
|
||||||
enableRuntimeDeviceDetection: true
|
enableRuntimeDeviceDetection: true
|
||||||
endpointRoutes:
|
endpointRoutes:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -86,7 +86,7 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -112,8 +112,8 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -137,8 +137,8 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.11
|
server: 10.1.1.13
|
||||||
path: /volume1/Media
|
path: /eru/media
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
orphaned:
|
orphaned:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -107,7 +107,7 @@ controlPlane:
|
||||||
time:
|
time:
|
||||||
disabled: false
|
disabled: false
|
||||||
servers:
|
servers:
|
||||||
- 10.1.1.1
|
- time.cloudflare.com
|
||||||
|
|
||||||
# Enable KubePrism
|
# Enable KubePrism
|
||||||
- |-
|
- |-
|
||||||
|
|
Loading…
Reference in a new issue