cloud-native-toolkit / cloud-native-toolkit/software-everywhere
Web Terminal (Web Console) Automation
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Need automation to deploy the OpenShift web terminal (console). The module needs to:
1. Deploy the DevWorkspace operator
2. Deploy the Web Terminal operator
3. After the operators are deployed, modify/patch the `web-terminal-tooling` `DevWorkspaceTemplate` instance in the `openshift-operators` namespace so that is uses our web-terminal images (can use cloud-specific images too).
ex:
```
spec:
components:
- container:
args:
- tail
- '-f'
- /dev/null
cpuLimit: 400m
cpuRequest: 100m
image: 'quay.io/cloudnativetoolkit/web-terminal:latest'
memoryLimit: 256Mi
memoryRequest: 128Mi
mountSources: false
sourceMapping: /projects
name: web-terminal-tooling
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.