From 415d99a4f4b977d13ee0d98042f13ec8efdc67ea Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Tue, 30 Jun 2026 20:02:06 +0530 Subject: [PATCH] fix(apps): Add extras prefix to source path --- applications/services/app-argocd-repos.yaml | 2 +- applications/services/app-stirling-pdf.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/applications/services/app-argocd-repos.yaml b/applications/services/app-argocd-repos.yaml index be2b452..984df5d 100644 --- a/applications/services/app-argocd-repos.yaml +++ b/applications/services/app-argocd-repos.yaml @@ -8,7 +8,7 @@ spec: source: repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git targetRevision: main - path: add-ons/argocd-repos + path: extras/add-ons/argocd-repos destination: server: https://kubernetes.default.svc namespace: argocd diff --git a/applications/services/app-stirling-pdf.yaml b/applications/services/app-stirling-pdf.yaml index c3deb0d..ef45508 100644 --- a/applications/services/app-stirling-pdf.yaml +++ b/applications/services/app-stirling-pdf.yaml @@ -12,6 +12,15 @@ spec: helm: values: | fullnameOverride: stirling-pdf + deployment: + extraVolumeMounts: + - name: storage-volume + mountPath: /configs + probes: + liveness: + initialDelaySeconds: 90 + readiness: + initialDelaySeconds: 60 - repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git targetRevision: main path: extras/services/stirling-pdf