From fd04e93d688243e11aa921ef860fcc53e8f73cda Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 12 Oct 2023 08:35:08 -0700 Subject: [PATCH] Update k8s deployment with specific files (#2178) --- docs/installation/k8s.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/installation/k8s.md b/docs/installation/k8s.md index 67c06f883..336801d84 100644 --- a/docs/installation/k8s.md +++ b/docs/installation/k8s.md @@ -298,10 +298,32 @@ spec: containerPort: 3000 protocol: TCP volumeMounts: - - name: homepage-config - mountPath: /app/config - - name: logs - mountPath: /app/config/logs + - mountPath: /app/config/custom.js + name: homepage-config + subPath: custom.js + - mountPath: /app/config/custom.css + name: homepage-config + subPath: custom.css + - mountPath: /app/config/bookmarks.yaml + name: homepage-config + subPath: bookmarks.yaml + - mountPath: /app/config/docker.yaml + name: homepage-config + subPath: docker.yaml + - mountPath: /app/config/kubernetes.yaml + name: homepage-config + subPath: kubernetes.yaml + - mountPath: /app/config/services.yaml + name: homepage-config + subPath: services.yaml + - mountPath: /app/config/settings.yaml + name: homepage-config + subPath: settings.yaml + - mountPath: /app/config/widgets.yaml + name: homepage-config + subPath: widgets.yaml + - mountPath: /app/config/logs + name: logs volumes: - name: homepage-config configMap: