dolphinsite/k8s/service.yml

18 lines
276 B
YAML

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