petter2025's picture
Upload folder using huggingface_hub (#74)
de5a0fa
Raw
History Blame Contribute Delete
245 Bytes
apiVersion: v1
kind: Service
metadata:
name: arf-api
namespace: arf-system
labels:
app: arf-api
spec:
type: ClusterIP
ports:
- port: 8000
targetPort: 8000
protocol: TCP
name: http
selector:
app: arf-api