From b92c7782448a168d0152f0523bbeb65e28fb3a15 Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Sun, 13 Sep 2026 01:15:19 +0530 Subject: [PATCH] chore(apps): Drop stirling-pdf --- .../stirling-pdf/anubis-key-sealedsecret.yaml | 12 ----- apps/stirling-pdf/anubis-proxy.yaml | 52 ------------------- apps/stirling-pdf/httproute.yaml | 23 -------- apps/stirling-pdf/kustomization.yaml | 6 --- argocd-apps/services/kustomization.yaml | 1 - argocd-apps/services/stirling-pdf.yaml | 40 -------------- 6 files changed, 134 deletions(-) delete mode 100644 apps/stirling-pdf/anubis-key-sealedsecret.yaml delete mode 100644 apps/stirling-pdf/anubis-proxy.yaml delete mode 100644 apps/stirling-pdf/httproute.yaml delete mode 100644 apps/stirling-pdf/kustomization.yaml delete mode 100644 argocd-apps/services/stirling-pdf.yaml diff --git a/apps/stirling-pdf/anubis-key-sealedsecret.yaml b/apps/stirling-pdf/anubis-key-sealedsecret.yaml deleted file mode 100644 index 47cb094..0000000 --- a/apps/stirling-pdf/anubis-key-sealedsecret.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: bitnami.com/v1alpha1 -kind: SealedSecret -metadata: - name: anubis-key - namespace: stirling-pdf -spec: - encryptedData: - ED25519_PRIVATE_KEY_HEX: AgA81eNBpnSj7I5hSRoZxhU+d3+7u8xM93SzO0eNbMJ448rgvDG+MHzmmLgIxXlE2Sf7OS98+Xwi29eePt9+EiMrhWV5tqgy+gKAFYq1SEEe9tkMn5Ie/rdBgAfdwgnerg2kjLLeRnqeJOaqrHXXcMuxUFM7nc0DwqHe5dLPqVysJGQy4dGzBo+QxvYJuQ7TPtDXEGdE41AchPcR/2UfV7dGH8pqldqlFSJlb0M4rj/2XvinHWEKzPb8mXOHQ+aaENgm4NHTMJ6wjFX1VrO+MAQ7Ktm4ttcF4U/7PMwpMjBF+MaPmdGhFxnENOTvLhV/qcHw3qEDzsEFCosbMAJ4UxqXi0DwdqHYdfsp6bus0xL7RLrQxQw0SQmSYL0Cy+S78/3uk4EhBthvfi/VcJw536WvxZZrzhVp1ItRn9nUWI/oh1iNHAlyXQbMkmWIGIDC8iXtvE0DVWa8Ui16X14dPAZg7z1BAbjPZ+oi1MjcO4kuqVoDknkrBJxMEMYTxtQ8nbqDsKbTA9kNLo0JCmHOiP9l3/4f6hVw/B8uB5O6O2Vionz5U0AsnrunLMNvfeYleaS9290m+msg6T/umr7BgrVNXUEkG3GfJZ3xt8urHNjwXb/ESG5T5JnPYIRdTcITLuzLSKul5lBL+4PT3zOdjt9G/XD6HootT+AN9DuvfebM08RtMIK1mpI3Gx2owcKHxICIdgV/oaIGpe1q0L21jDp5sd30wm/3rfr6eKq1zuDiObA6N6EHI/7224Xw0sUuN2GmnRJ6RA5BQSXwSdeGqdG3 - template: - metadata: - name: anubis-key - namespace: stirling-pdf diff --git a/apps/stirling-pdf/anubis-proxy.yaml b/apps/stirling-pdf/anubis-proxy.yaml deleted file mode 100644 index 4ab1cae..0000000 --- a/apps/stirling-pdf/anubis-proxy.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: anubis.techaro.dev/v1alpha1 -kind: AnubisProxy -metadata: - annotations: - argocd.argoproj.io/sync-wave: "1" - name: anubis - namespace: stirling-pdf -spec: - anubis: - envExtra: - - name: DIFFICULTY - value: "4" - - name: SERVE_ROBOTS_TXT - value: "true" - - name: OG_PASSTHROUGH - value: "true" - - name: OG_EXPIRY_TIME - value: 24h - - name: COOKIE_DOMAIN - value: pdf.whyredfire.dev - - name: REDIRECT_DOMAINS - value: pdf.whyredfire.dev - - name: COOKIE_PARTITIONED - value: "true" - - name: COOKIE_HTTP_ONLY - value: "true" - - name: COOKIE_SAME_SITE - value: Lax - - name: DIFFICULTY_IN_JWT - value: "true" - - name: SLOG_LEVEL - value: INFO - image: - tag: v1.26.2 - keys: - existingSecret: anubis-key - metrics: - enabled: false - persistence: - enabled: false - resources: - limits: - memory: 128Mi - requests: - cpu: 50m - memory: 64Mi - networkPolicy: - enabled: true - target: - service: - name: stirling-pdf - port: 8080 diff --git a/apps/stirling-pdf/httproute.yaml b/apps/stirling-pdf/httproute.yaml deleted file mode 100644 index f3a5993..0000000 --- a/apps/stirling-pdf/httproute.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1 -kind: HTTPRoute -metadata: - annotations: - argocd.argoproj.io/sync-wave: "2" - name: stirling-pdf - namespace: stirling-pdf -spec: - hostnames: - - pdf.whyredfire.dev - parentRefs: - - kind: Gateway - name: traefik-gateway - namespace: traefik - sectionName: websecure - rules: - - backendRefs: - - name: anubis - port: 80 - matches: - - path: - type: PathPrefix - value: / diff --git a/apps/stirling-pdf/kustomization.yaml b/apps/stirling-pdf/kustomization.yaml deleted file mode 100644 index 973b541..0000000 --- a/apps/stirling-pdf/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - anubis-key-sealedsecret.yaml - - anubis-proxy.yaml - - httproute.yaml diff --git a/argocd-apps/services/kustomization.yaml b/argocd-apps/services/kustomization.yaml index b48dc54..18f3b8b 100644 --- a/argocd-apps/services/kustomization.yaml +++ b/argocd-apps/services/kustomization.yaml @@ -10,4 +10,3 @@ resources: - legislative-summarization.yaml - qbit.yaml - scriptscribe.yaml - - stirling-pdf.yaml diff --git a/argocd-apps/services/stirling-pdf.yaml b/argocd-apps/services/stirling-pdf.yaml deleted file mode 100644 index 2d2736d..0000000 --- a/argocd-apps/services/stirling-pdf.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - annotations: - argocd.argoproj.io/sync-wave: "3" - name: stirling-pdf - namespace: argocd -spec: - destination: - namespace: stirling-pdf - server: https://kubernetes.default.svc - project: default - sources: - - chart: stirling-pdf-chart - helm: - values: | - fullnameOverride: stirling-pdf - persistence: - enabled: true - size: 512Mi - deployment: - extraVolumeMounts: - - name: storage-volume - mountPath: /configs - probes: - liveness: - initialDelaySeconds: 90 - readiness: - initialDelaySeconds: 60 - repoURL: https://docs.stirlingpdf.com/Stirling-PDF-chart - targetRevision: 3.1.0 - - path: apps/stirling-pdf - repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git - targetRevision: main - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true