mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
stirling pdf
This commit is contained in:
12
apps/stirling-pdf/dns-endpoint.yaml
Normal file
12
apps/stirling-pdf/dns-endpoint.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: externaldns.k8s.io/v1alpha1
|
||||||
|
kind: DNSEndpoint
|
||||||
|
metadata:
|
||||||
|
name: pdf.michaelthomson.dev
|
||||||
|
namespace: stirling-pdf
|
||||||
|
spec:
|
||||||
|
endpoints:
|
||||||
|
- dnsName: pdf.michaelthomson.dev
|
||||||
|
recordTTL: 180
|
||||||
|
recordType: CNAME
|
||||||
|
targets:
|
||||||
|
- server.michaelthomson.dev
|
||||||
4
apps/stirling-pdf/namespace.yaml
Normal file
4
apps/stirling-pdf/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: stirling-pdf
|
||||||
31
apps/stirling-pdf/release.yaml
Normal file
31
apps/stirling-pdf/release.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: stirling-pdf
|
||||||
|
namespace: stirling-pdf
|
||||||
|
spec:
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: stirling-pdf
|
||||||
|
version: 2.x
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: stirling-pdf
|
||||||
|
interval: 15m
|
||||||
|
releaseName: stirling-pdf
|
||||||
|
values:
|
||||||
|
ingress:
|
||||||
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
hosts:
|
||||||
|
- host: pdf.michaelthomson.dev
|
||||||
|
paths:
|
||||||
|
- path: "/"
|
||||||
|
pathType: ImplementationSpecific
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- pdf.michaelthomson.dev
|
||||||
|
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
||||||
|
ingressClassName: traefik
|
||||||
8
apps/stirling-pdf/repository.yaml
Normal file
8
apps/stirling-pdf/repository.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: stiring-pdf
|
||||||
|
namespace: stiring-pdf
|
||||||
|
spec:
|
||||||
|
interval: 15m
|
||||||
|
url: https://stirling-tools.github.io/Stirling-PDF-chart
|
||||||
15
bootstrap/apps/kustomization-stirling-pdf.yaml
Normal file
15
bootstrap/apps/kustomization-stirling-pdf.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: stirling-pdf
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 15m
|
||||||
|
path: ./apps/stirling-pdf
|
||||||
|
prune: true # remove any elements later removed from the above path
|
||||||
|
wait: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
||||||
|
dependsOn:
|
||||||
|
- name: infra-configs
|
||||||
Reference in New Issue
Block a user