Files
applications/archrepo/svc.archrepo.yaml
2025-07-10 16:10:28 +08:00

16 lines
208 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: archrepo
labels:
app: archrepo
spec:
type: ClusterIP
selector:
app: archrepo
ports:
- name: http
port: 3000
targetPort: 3000