switch some apps over to nfs-client
This commit is contained in:
		| @@ -25,9 +25,9 @@ spec: | ||||
|         - name: TZ | ||||
|           value: Europe/Berlin | ||||
|         volumeMounts: | ||||
|         - name: jellyfin-config | ||||
|         - name: config | ||||
|           mountPath: /config | ||||
|         - name: jellyfin-data | ||||
|         - name: media | ||||
|           mountPath: /media | ||||
|         livenessProbe: | ||||
|           httpGet: | ||||
| @@ -36,10 +36,10 @@ spec: | ||||
|           initialDelaySeconds: 100 | ||||
|           periodSeconds: 15 | ||||
|       volumes: | ||||
|       - name: jellyfin-config | ||||
|       - name: config | ||||
|         persistentVolumeClaim: | ||||
|           claimName: jellyfin-config-nfs | ||||
|       - name: jellyfin-data | ||||
|           claimName: config | ||||
|       - name: media | ||||
|         persistentVolumeClaim: | ||||
|           claimName: jellyfin-data-nfs | ||||
|           claimName: media | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user