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,17 @@
apiVersion: v1
kind: Service
metadata:
name: stirling-pdf
namespace: stirling-pdf
labels:
app.kubernetes.io/name: stirling-pdf
spec:
selector:
app.kubernetes.io/name: stirling-pdf
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 8080
targetPort: 8080
name: http