apiVersion: v1 kind: Service metadata: name: fischerx-api namespace: fischerx labels: app: fischerx-api spec: selector: app: fischerx-api ports: - port: 80 targetPort: 3001 protocol: TCP name: http type: ClusterIP