diff --git a/apps/guacamole/guacamole.yaml b/apps/guacamole/guacamole.yaml index b46d183..9b1eb52 100644 --- a/apps/guacamole/guacamole.yaml +++ b/apps/guacamole/guacamole.yaml @@ -201,6 +201,7 @@ spec: volumeMounts: - name: recordings mountPath: /var/lib/guacamole/recordings + subPath: guacamole/recordings - name: kubectl-proxy image: bitnami/kubectl:latest args: @@ -222,7 +223,7 @@ spec: - name: recordings nfs: server: 10.0.58.3 - path: /volume1/kubernetes/guacamole/recordings + path: /volume1/kubernetes --- apiVersion: v1 kind: Service @@ -318,6 +319,7 @@ spec: subPath: bluejay-branding-1.0.0.jar - name: recordings mountPath: /var/lib/guacamole/recordings + subPath: guacamole/recordings volumes: - name: guac-properties configMap: @@ -328,7 +330,7 @@ spec: - name: recordings nfs: server: 10.0.58.3 - path: /volume1/kubernetes/guacamole/recordings + path: /volume1/kubernetes --- apiVersion: v1 kind: Service