Skip to content
Snippets Groups Projects

Initial k8s descriptors

Merged Christopher Guindon requested to merge github/fork/chrisguindon/cguindon/master/k8s into master

Signed-off-by: Christopher Guindon chris.guindon@eclipse-foundation.org

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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:
  • Martin Lowe
    Martin Lowe @malowe started a thread on commit 5e0d3691
  • 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:
    • I think having 2 cores + 2gb would be a good start. It would give the cache some breathing room, along with the response marshalling :)

  • Christopher Guindon
  • 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:
  • Created by mbarbero

    Review: Approved

  • Please register or sign in to reply
    Loading