Skip to content

feat: remove server related code and tools sidecar dependencies#3265

Merged
j-zimnowoda merged 12 commits into
mainfrom
APL-1852
May 27, 2026
Merged

feat: remove server related code and tools sidecar dependencies#3265
j-zimnowoda merged 12 commits into
mainfrom
APL-1852

Conversation

@ferruhcihan
Copy link
Copy Markdown
Contributor

📌 Summary

This PR removes server related code (e.g, port 17771) and apl-api tools sidecar and its dependencies.

PRs: apl-api | apl-console

🔍 Reviewer Notes

🧹 Checklist

  • Code is readable, maintainable, and robust.
  • Unit tests added/updated

@svcAPLBot
Copy link
Copy Markdown
Contributor

svcAPLBot commented May 21, 2026

Comparison of Helm chart templating output:

# otomi-api/templates/deployment.yaml

@@ spec.template.spec.containers @@
! - one list entry removed:
- - name: otomi-api-tools
-   image: "docker.io/linode/apl-core:main"
-   imagePullPolicy: Always
-   command:
-   - sh
-   args:
-   - "-c"
-   - "binzx/otomi server -vv"
-   ports:
-   - name: http
-     containerPort: 17771
-     protocol: TCP
-   resources:
-     limits:
-       cpu: 1
-       memory: 1Gi
-     requests:
-       cpu: 300m
-       memory: 256Mi
-   volumeMounts:
-   - name: repo
-     mountPath: /tmp
-   envFrom:
-   - secretRef:
-       name: otomi-api
-   - secretRef:
-       name: otomi-api-git-credentials
-   - configMapRef:
-       name: otomi-api

# rabbitmq-cluster-operator/templates/messaging-topology-operator/validating-webhook-configuration.yaml

# values-repo.yaml

@j-zimnowoda j-zimnowoda merged commit 4ed145f into main May 27, 2026
15 checks passed
@j-zimnowoda j-zimnowoda deleted the APL-1852 branch May 27, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants