Add CI/CD (#1)

Reviewed-on: innovacion/Mayacontigo#1
This commit is contained in:
2025-11-25 05:54:58 +00:00
parent 11214c47f6
commit ccc7e7c786
17 changed files with 349 additions and 375 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: mayacontigo-ocp-service
labels:
app: mayacontigo-ocp
spec:
selector:
app: mayacontigo-ocp
ports:
- port: 80
targetPort: 80
protocol: TCP
type: ClusterIP