Adds gancio app.

This commit is contained in:
2026-06-19 21:33:05 +00:00
parent b42f048f5c
commit 777bab792c
10 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: gancio
namespace: gancio
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 13120
protocol: TCP