gitops/manifests/hello-api/service.yaml
2026-09-16 16:26:17 +00:00

14 lines
203 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hello-api
namespace: hello-api
spec:
type: NodePort
selector:
app: hello-api
ports:
- port: 80
targetPort: 8000
nodePort: 30894