apiVersion: v1 kind: Service metadata: name: api-gateway namespace: birbnetes labels: app: api-gateway spec: ports: - name: api-gateway port: 8080 targetPort: 8080 nodePort: 8069 protocol: TCP selector: app: api-gateway type: NodePort