Project 'eclipsefdn/it/api/eclipsefdn-working-groups-api' was moved to 'eclipsefdn/software-dev/api/eclipsefdn-working-groups-api'. Please update any links and bookmarks that may still have the old path.
Add staging k8s file for API, service, and route
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @mbarbero, @fgurr, and @heurtemattes
- src/main/k8s/staging.yml 0 → 100644
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 changed this line in version 2 of the diff
added 1 commit
- cc1d17be - Update replica count to be 1 instead of 2 for staging k8s conf
mentioned in commit e5c2bba8
Please register or sign in to reply