Files
infra/apps/teable/services.yaml

14 lines
228 B
YAML

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