--- apiVersion: v1 kind: Service metadata: name: attachments-service namespace: attachments spec: type: ClusterIP selector: app: attachments ports: - port: 8000 targetPort: 8000 protocol: TCP