feat(applications): Add stirling-pdf
This commit is contained in:
@@ -15,3 +15,4 @@ resources:
|
|||||||
- services/app-scriptscribe.yaml
|
- services/app-scriptscribe.yaml
|
||||||
- services/app-seaweedfs.yaml
|
- services/app-seaweedfs.yaml
|
||||||
- services/app-qbit.yaml
|
- services/app-qbit.yaml
|
||||||
|
- services/app-stirling-pdf.yaml
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: stirling-pdf
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
sources:
|
||||||
|
- repoURL: https://docs.stirlingpdf.com/Stirling-PDF-chart
|
||||||
|
chart: stirling-pdf-chart
|
||||||
|
targetRevision: "3.1.0"
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
fullnameOverride: stirling-pdf
|
||||||
|
- repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git
|
||||||
|
targetRevision: main
|
||||||
|
path: extras/services/stirling-pdf
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: stirling-pdf
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: stirling-pdf
|
||||||
|
namespace: stirling-pdf
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
kind: Gateway
|
||||||
|
sectionName: websecure
|
||||||
|
hostnames:
|
||||||
|
- stirling-pdf.whyredfire.dev
|
||||||
|
rules:
|
||||||
|
- matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
|
backendRefs:
|
||||||
|
- name: stirling-pdf
|
||||||
|
port: 8080
|
||||||
|
|
||||||
Reference in New Issue
Block a user