first commit

This commit is contained in:
2026-08-21 08:37:51 -03:00
commit 881a99b0a8
214 changed files with 61407 additions and 0 deletions

17
k8s/regional/service.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: ${APP_NAME}-regional
namespace: ${K8S_NAMESPACE}
labels:
app: ${APP_NAME}-regional
spec:
type: ${TIA_SERVICE_TYPE}
sessionAffinity: None
selector:
app: ${APP_NAME}-regional
ports:
- name: ws-http
protocol: TCP
port: 80
targetPort: 8000