frontend files

This commit is contained in:
2026-02-06 17:26:56 +00:00
parent be51e634d8
commit e3c4212357
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: frontend
labels:
app: frontend
component: ui
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
name: http
selector:
app: frontend