apiVersion: v1 kind: Service metadata: labels: app: fulltext name: fulltext spec: ports: - port: 80 targetPort: 4700 selector: app: fulltext