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",
|
||||
"repositories": "database",
|
||||
"vars": "other",
|
||||
// namespaces
|
||||
"cert-manager": "guard",
|
||||
"external-secrets": "keys",
|
||||
"kube-system": "kubernetes",
|
||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -107,7 +107,7 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -105,7 +105,7 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -76,8 +76,6 @@ spec:
|
|||
readOnlyRootFilesystem: true
|
||||
capabilities: { drop: ["ALL"] }
|
||||
defaultPodOptions:
|
||||
nodeSelector: # ~~testing~~
|
||||
kubernetes.io/hostname: gandalf-01
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 568
|
||||
|
@ -120,7 +118,7 @@ spec:
|
|||
- readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
|
|
@ -105,7 +105,7 @@ spec:
|
|||
type: emptyDir
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
globalMounts:
|
||||
- path: /data/nas-media
|
||||
|
@ -126,4 +126,3 @@ spec:
|
|||
- path: /scripts/refresh-series.sh
|
||||
subPath: refresh-series.sh
|
||||
readOnly: true
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ spec:
|
|||
persistence:
|
||||
media:
|
||||
type: nfs
|
||||
server: 10.1.1.13
|
||||
server: 10.1.1.61
|
||||
path: /eru/media
|
||||
advancedMounts:
|
||||
unpackerr:
|
||||
|
|
Loading…
Reference in a new issue