mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
15 lines
213 B
YAML
15 lines
213 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: buildify
|
|
labels:
|
|
app: buildify
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 5173
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: buildify |