iac/apps/attachments/base/service.yaml

15 lines
222 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: attachments-service
namespace: attachments
spec:
type: ClusterIP
selector:
app: attachments
ports:
- port: 8000
targetPort: 8000
protocol: TCP