initial commit
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 1m43s
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 1m43s
Change-Id: I3184ea3bc23ecc769c9de5fad0a0a0229e353629
This commit is contained in:
43
score.yaml
Normal file
43
score.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
apiVersion: score.dev/v1b1
|
||||
metadata:
|
||||
name: test-alex-gitops-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
|
||||
Reference in New Issue
Block a user