feat(apps): Add rustbin

This commit is contained in:
2026-09-18 16:17:09 +05:30
parent 028069629f
commit a4c3bd4179
7 changed files with 136 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: rustbin
namespace: rustbin
spec:
ports:
- name: http
port: 3000
targetPort: http
selector:
app.kubernetes.io/name: rustbin