Skip to content
Snippets Groups Projects

Add staging k8s file for API, service, and route

Merged Martin Lowe requested to merge malowe/eclipsefdn-working-groups-api:malowe/main/6 into main
1 unresolved thread

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
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4 name: eclipsefdn-working-group-api-staging
5 namespace: foundation-internal-webdev-apps
6 labels:
7 app: eclipsefdn-working-group-api
8 environment: staging
9 spec:
10 selector:
11 matchLabels:
12 app: eclipsefdn-working-group-api
13 environment: staging
14 replicas: 2
  • Martin Lowe added 1 commit

    added 1 commit

    • cc1d17be - Update replica count to be 1 instead of 2 for staging k8s conf

    Compare with previous version

  • merged

  • Martin Lowe mentioned in commit e5c2bba8

    mentioned in commit e5c2bba8

  • Please register or sign in to reply
    Loading