Files
applications/vita/svc.frontend.yaml
2025-12-13 06:08:17 +08:00

16 lines
219 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: vita-frontend
labels:
app: vita-frontend
spec:
type: ClusterIP
selector:
app: vita-frontend
ports:
- name: http
port: 80
targetPort: 80