Homepage/k8s/service.yaml
Alexis Bruneteau 4be3e52f33 typo
2025-09-04 17:38:33 +02:00

17 lines
298 B
YAML

apiVersion: v1
kind: Service
metadata:
name: homepage
namespace: homepage
labels:
app.kubernetes.io/name: homepage
annotations:
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: http
protocol: TCP
name: http
selector:
app.kubernetes.io/name: homepage