Files
Kubernetes-Manifests/applications/pelican/pelican-wings-mc-service.yaml
T

12 lines
170 B
YAML

apiVersion: v1
kind: Service
metadata:
name: wings-mc
namespace: pelican
spec:
ports:
- protocol: TCP
port: 8080
targetPort: 8080
type: ClusterIP