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
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/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.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/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.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/Media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
sting-media:
|
sting-media:
|
||||||
|
|
|
@ -76,8 +76,8 @@ spec:
|
||||||
persistence:
|
persistence:
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/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.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/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.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/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.13
|
server: 10.1.1.11
|
||||||
path: /eru/media
|
path: /volume1/Media
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
orphaned:
|
orphaned:
|
||||||
app:
|
app:
|
||||||
|
|
|
@ -107,7 +107,7 @@ controlPlane:
|
||||||
time:
|
time:
|
||||||
disabled: false
|
disabled: false
|
||||||
servers:
|
servers:
|
||||||
- time.cloudflare.com
|
- 10.1.1.1
|
||||||
|
|
||||||
# Enable KubePrism
|
# Enable KubePrism
|
||||||
- |-
|
- |-
|
||||||
|
|
Loading…
Reference in a new issue