Compare commits
No commits in common. "d192d02fbbdba14b01993f3a32454d47f7c8b8b7" and "898483ce1869349c9513b54df3484181122fdff6" have entirely different histories.
d192d02fbb
...
898483ce18
9 changed files with 19 additions and 19 deletions
|
@ -105,8 +105,8 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
sting-media:
|
||||
|
|
|
@ -106,7 +106,7 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -105,8 +105,8 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
sting-media:
|
||||
|
|
|
@ -76,8 +76,8 @@ spec:
|
|||
persistence:
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
advancedMounts:
|
||||
unpackerr:
|
||||
app:
|
||||
|
|
|
@ -16,9 +16,9 @@ cluster:
|
|||
cni:
|
||||
exclusive: false
|
||||
devices: bond+
|
||||
# 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
|
||||
# hostNamespaceOnly: true # KubeVirt compatibility
|
||||
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
|
||||
hostNamespaceOnly: true # KubeVirt compatibility
|
||||
enableRuntimeDeviceDetection: true
|
||||
endpointRoutes:
|
||||
enabled: true
|
||||
|
|
|
@ -86,7 +86,7 @@ spec:
|
|||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -112,8 +112,8 @@ spec:
|
|||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
advancedMounts:
|
||||
qbittorrent:
|
||||
app:
|
||||
|
|
|
@ -137,8 +137,8 @@ spec:
|
|||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
path: /eru/media
|
||||
server: 10.1.1.11
|
||||
path: /volume1/Media
|
||||
advancedMounts:
|
||||
orphaned:
|
||||
app:
|
||||
|
|
|
@ -107,7 +107,7 @@ controlPlane:
|
|||
time:
|
||||
disabled: false
|
||||
servers:
|
||||
- time.cloudflare.com
|
||||
- 10.1.1.1
|
||||
|
||||
# Enable KubePrism
|
||||
- |-
|
||||
|
|
Loading…
Reference in a new issue