Files
riotpiao.com/infra/portfolio/base/service.yaml
T

17 lines
280 B
YAML
Raw Normal View History

2026-08-18 18:33:49 -07:00
apiVersion: v1
kind: Service
metadata:
name: portfolio
namespace: portfolio
labels:
app.kubernetes.io/name: portfolio
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: portfolio