apiVersion: v1 kind: Service metadata: name: teable namespace: teable spec: type: ClusterIP selector: app.kubernetes.io/name: teable ports: - protocol: TCP port: 80 targetPort: 3000 name: http