Files
Kubernetes-Manifests/applications/bentopdf/bentopdf-service.yaml

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