Files
homelab-frontend/k8s/service.yaml
T

19 lines
289 B
YAML
Raw Normal View History

2026-08-19 20:52:13 -07:00
apiVersion: v1
kind: Service
metadata:
name: api-gateway
namespace: api
labels:
app: api-gateway
component: gateway
spec:
type: ClusterIP
selector:
app: api-gateway
ports:
- name: http
port: 8080
targetPort: http
protocol: TCP
sessionAffinity: None