From 79f35fdf2477af5fd631cec68b71b92451d341f1 Mon Sep 17 00:00:00 2001 From: james-otten Date: Fri, 8 Nov 2024 22:01:42 -0500 Subject: [PATCH] backup --- bookstack-helm/templates/bookstack.yaml | 2 +- bookstack-helm/templates/bookstack_service.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bookstack-helm/templates/bookstack.yaml b/bookstack-helm/templates/bookstack.yaml index e92b88d..31614d4 100644 --- a/bookstack-helm/templates/bookstack.yaml +++ b/bookstack-helm/templates/bookstack.yaml @@ -212,7 +212,7 @@ spec: path: backup.files.sh - name: backup-entrypoint configMap: - name: backup-entrypoint + name: backup-script items: - key: backup.entrypoint.sh path: backup.entrypoint.sh diff --git a/bookstack-helm/templates/bookstack_service.yaml b/bookstack-helm/templates/bookstack_service.yaml index 05df610..fed55c7 100644 --- a/bookstack-helm/templates/bookstack_service.yaml +++ b/bookstack-helm/templates/bookstack_service.yaml @@ -6,7 +6,6 @@ metadata: labels: {{- include "bookstack-helm.labels" . | nindent 4 }} spec: - type: NodePort ports: - port: {{ .Values.bookstack.port }} targetPort: {{ .Values.bookstack.port }}