swapping gandalf with shadowfax nas
This commit is contained in:
parent
2a719ba9e3
commit
fef8309a07
7 changed files with 6 additions and 10 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -15,7 +15,6 @@
|
||||||
"hack": "scripts",
|
"hack": "scripts",
|
||||||
"repositories": "database",
|
"repositories": "database",
|
||||||
"vars": "other",
|
"vars": "other",
|
||||||
// namespaces
|
|
||||||
"cert-manager": "guard",
|
"cert-manager": "guard",
|
||||||
"external-secrets": "keys",
|
"external-secrets": "keys",
|
||||||
"kube-system": "kubernetes",
|
"kube-system": "kubernetes",
|
||||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -105,7 +105,7 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -76,8 +76,6 @@ spec:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
capabilities: { drop: ["ALL"] }
|
capabilities: { drop: ["ALL"] }
|
||||||
defaultPodOptions:
|
defaultPodOptions:
|
||||||
nodeSelector: # ~~testing~~
|
|
||||||
kubernetes.io/hostname: gandalf-01
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
runAsUser: 568
|
runAsUser: 568
|
||||||
|
@ -120,7 +118,7 @@ spec:
|
||||||
- readOnly: true
|
- readOnly: true
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
|
|
@ -105,7 +105,7 @@ spec:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
|
@ -126,4 +126,3 @@ spec:
|
||||||
- path: /scripts/refresh-series.sh
|
- path: /scripts/refresh-series.sh
|
||||||
subPath: refresh-series.sh
|
subPath: refresh-series.sh
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ spec:
|
||||||
persistence:
|
persistence:
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 10.1.1.13
|
server: 10.1.1.61
|
||||||
path: /eru/media
|
path: /eru/media
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
unpackerr:
|
unpackerr:
|
||||||
|
|
Loading…
Reference in a new issue