apiVersion: v1 kind: Service metadata: name: dashwise namespace: dashwise spec: type: ClusterIP selector: app.kubernetes.io/name: dashwise ports: - name: http port: 3000 targetPort: http # PocketBase is deliberately NOT published through the ingress; this port # exists so its admin UI can be reached with `kubectl port-forward`. - name: pocketbase port: 8090 targetPort: pocketbase