Working services using NodePorts and still no ingress
This commit is contained in:
+7
-20
@@ -7,7 +7,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
@@ -33,7 +33,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
@@ -46,7 +46,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
# persistentVolumeClaim:
|
||||
@@ -80,19 +80,6 @@ spec:
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: plex
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: prowlarr
|
||||
spec:
|
||||
@@ -100,7 +87,7 @@ spec:
|
||||
spec:
|
||||
volumes:
|
||||
- hostPath:
|
||||
path: /opt/htpc
|
||||
path: /nfs/htpc
|
||||
type: DirectoryOrCreate
|
||||
name: htpc-home
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user