first-gradio / deploy /nodeport.yaml
lanzhiwang's picture
download models
c3f6e1f
raw
history blame
288 Bytes
apiVersion: v1
kind: Service
metadata:
name: custom-ksvc-gpt2-nodeport
namespace: kubeflow-admin-cpaas-io
spec:
ports:
- port: 7860
targetPort: 7860
protocol: TCP
selector:
serving.knative.dev/revisionUID: 8037843b-8ffa-4686-a33f-36134dfaafb7
type: NodePort