Added Argo Manifests

This commit is contained in:
Corrado Mulas
2026-06-19 11:33:42 +02:00
parent 2773db9e88
commit f62a24ecec
13 changed files with 236 additions and 47 deletions

17
k8s/service.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: groupfactory
namespace: groupfactory
labels:
app.kubernetes.io/name: groupfactory
app.kubernetes.io/component: app
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: groupfactory
app.kubernetes.io/component: app
ports:
- name: http
port: 8000
targetPort: http