From 36c959dead5b44655c36db9a9aa8529eaa152b9e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 19 Apr 2023 19:38:55 -0400 Subject: [PATCH] Mount correct thing --- .../apps/game-servers/factorio/helm-release.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/cluster/apps/game-servers/factorio/helm-release.yaml b/cluster/apps/game-servers/factorio/helm-release.yaml index 2c8cb39..d7e6ba4 100644 --- a/cluster/apps/game-servers/factorio/helm-release.yaml +++ b/cluster/apps/game-servers/factorio/helm-release.yaml @@ -54,14 +54,5 @@ spec: data: enabled: true type: hostPath - hostPath: /mnt/MainPool/Kubernetes/cdn - readOnly: true - mountPath: /data - config: - enabled: true - type: configMap - name: nginx-cdn-configmap - - resources: - requests: - cpu: 1m \ No newline at end of file + hostPath: /mnt/MainPool/Kubernetes/game-servers/factorio + mountPath: /factorio \ No newline at end of file