--- apiVersion: v1 kind: Service metadata: name: backend-api-svc namespace: documentations spec: type: ClusterIP selector: app: documentations-api ports: - name: http port: 80 targetPort: 8080 protocol: TCP