aria: scaffold k8s/service.yml

This commit is contained in:
ordinarthur 2026-05-25 14:29:36 +00:00
parent 07f2d02405
commit 141f986b75

17
k8s/service.yml Normal file
View File

@ -0,0 +1,17 @@
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