Files
infra-apps/nocodb/service.yaml
2026-03-12 14:00:35 +09:00

13 lines
169 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nocodb
spec:
ports:
- port: 8080
protocol: TCP
targetPort: 8080
selector:
app: nocodb
type: ClusterIP