All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 46s
Change-Id: I15e0d095273278f8531caa7399565fe92857a7ad
44 lines
736 B
YAML
44 lines
736 B
YAML
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
|