Files
fastapi-postgres-gitops/manifests/app/service.yaml

13 lines
207 B
YAML

apiVersion: v1
kind: Service
metadata:
name: fastapi-api-service
namespace: student-<vas-username>
spec:
selector:
app: fastapi-api
ports:
- port: 80
targetPort: 8000
type: ClusterIP