add app stirling-pdf

This commit is contained in:
2024-07-28 22:23:43 +10:00
parent 699b105043
commit 533966ff8b
7 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: stirling-pdf-ingress
namespace: stirling-pdf
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
ingressClassName: nginx
rules:
- host: "s-pdf.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: stirling-pdf
port:
number: 8080