iac/apps/documentations/base/filestream-service.yaml
2026-04-21 14:19:44 +05:00

16 lines
257 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: backend-filestream-svc
namespace: documentations
spec:
type: ClusterIP
selector:
app: documentations-filestream
ports:
- name: http
port: 80
targetPort: 8000
protocol: TCP