apiVersion: v1 kind: Service metadata: name: dolphinsite namespace: aria-projects labels: app: dolphinsite managed-by: aria spec: type: NodePort selector: app: dolphinsite ports: - name: http port: 80 targetPort: 80 protocol: TCP