apps/meali/resources/service.yaml

13 lines
178 B
YAML
Raw Normal View History

2024-12-04 20:33:58 +00:00
---
apiVersion: v1
kind: Service
metadata:
name: meali
spec:
selector:
app.kubernetes.io/name: meali
ports:
- protocol: TCP
port: 9000
targetPort: 9000