Files
Kubernetes-Manifests/bentopdf/bentopdf-svc.yaml
2026-06-01 10:10:01 +02:00

14 lines
197 B
YAML

apiVersion: v1
kind: Service
metadata:
name: bentopdf
namespace: bentopdf
spec:
selector:
app: bentopdf
ports:
- protocol: TCP
port: 8080
targetPort: 8080
type: ClusterIP