infra/api/service.yaml (
11
lines of code) (
raw
):
apiVersion: v1 kind: Service metadata: name: innovation-engine-api-service spec: selector: app: innovation-engine-api ports: - protocol: TCP port: 80 targetPort: 8080