Initial k8s descriptors
Signed-off-by: Christopher Guindon chris.guindon@eclipse-foundation.org
Merge request reports
Activity
Filter activity
9 app: marketplace-rest-api 10 replicas: 2 11 template: 12 metadata: 13 labels: 14 app: marketplace-rest-api 15 environment: production 16 spec: 17 containers: 18 - name: app 19 image: eclipsefdn/marketplace-rest-api:latest 20 imagePullPolicy: Always 21 ports: 22 - containerPort: 8080 23 resources: 24 limits: 9 app: marketplace-rest-api 10 replicas: 2 11 template: 12 metadata: 13 labels: 14 app: marketplace-rest-api 15 environment: production 16 spec: 17 containers: 18 - name: app 19 image: eclipsefdn/marketplace-rest-api:latest 20 imagePullPolicy: Always 21 ports: 22 - containerPort: 8080 23 resources: 24 limits: 9 app: marketplace-rest-api 10 replicas: 2 11 template: 12 metadata: 13 labels: 14 app: marketplace-rest-api 15 environment: production 16 spec: 17 containers: 18 - name: app 19 image: eclipsefdn/marketplace-rest-api:latest 20 imagePullPolicy: Always 21 ports: 22 - containerPort: 8080 23 resources: 24 limits: Thx for the recommendations. I made the changes. I will now add @mbarbero to review this PR.
Please register or sign in to reply