apiVersion: score.dev/v1b1 metadata: name: test-alex-1 containers: app: image: . livenessProbe: httpGet: path: /health port: 8000 readinessProbe: httpGet: path: /health port: 8000 resources: limits: memory: "256Mi" cpu: "300m" requests: memory: "128Mi" cpu: "50m" service: ports: http: port: 80 targetPort: 8000 resources: env: type: environment dns: type: dns # ----- Uncomment to add a PostgreSQL database (deployment_profile: db-only or db+cache) ----- # db: # type: postgres # ----- Uncomment to add Redis cache (deployment_profile: db+cache) ----- # cache: # type: redis