Working services using NodePorts and still no ingress

This commit is contained in:
atusa-bw
2022-09-24 16:00:59 -06:00
parent 3faa49b7ef
commit 5b9ba965f9
13 changed files with 60 additions and 103 deletions
+7 -20
View File
@@ -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
---