garm-provider-edge-connect/README.md

19 lines
800 B
Markdown
Raw Normal View History

2025-09-18 10:44:06 +02:00
# Prerequisites
Use this project in conjunction with the DevFW-CICD/garm project. (It is assumed that project is cloned to the folder 'garm'.)
Edit the credentials for access to Telekom Edge Cloud and set new Tag:
2025-10-23 11:40:39 +02:00
In the garm project edit the file deploy.yaml:
2025-09-18 10:44:06 +02:00
- Edit the credentials inside the Secret with name 'edge-connect-creds' by setting values (inside stringData.creds.toml) for username and password.
- Edit the Deployment with name 'garm' by setting a new value (inside spec.template.spec.containers[0]) for the image (tag) of the form garm:provider-ec-[new_number].
# Build and deploy the project
Use these commands in the current project.
´´´bash
2025-10-23 11:40:39 +02:00
docker buildx build -t edp.buildth.ing/devfw-cicd/garm:provider-ec-[new_number] --push .
2025-09-18 10:44:06 +02:00
kubectl apply -f ../garm/deploy.yaml
2025-10-23 11:40:39 +02:00
´´´