29 lines
715 B
YAML
29 lines
715 B
YAML
apiVersion: serving.knative.dev/v1
|
|
kind: Service
|
|
metadata:
|
|
name: cbii-apigateway-jenkins
|
|
namespace: siman-448015
|
|
spec:
|
|
template:
|
|
spec:
|
|
containerConcurrency: 80
|
|
timeoutSeconds: 300
|
|
serviceAccountName: 579436120902-compute@developer.gserviceaccount.com
|
|
containers:
|
|
- name: felsv-spring-cloud-api-gateway-1
|
|
image: consiti/felsv-spring-cloud-api-gateway:Prueba4
|
|
ports:
|
|
- name: http1
|
|
containerPort: 8440
|
|
resources:
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
startupProbe:
|
|
timeoutSeconds: 240
|
|
periodSeconds: 240
|
|
failureThreshold: 1
|
|
tcpSocket:
|
|
port: 8440
|
|
|