add service argo workflows

This commit is contained in:
2024-08-27 16:53:52 +10:00
parent ffc9e84eda
commit e679f4bef7
15 changed files with 1916 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
apiVersion: v1
kind: Service
metadata:
name: argo-server
namespace: argo
spec:
ports:
- name: web
port: 2746
targetPort: 2746
selector:
app: argo-server
---
apiVersion: v1
kind: Service
metadata:
labels:
app: httpbin
name: httpbin
spec:
ports:
- name: api
port: 9100
protocol: TCP
targetPort: 80
selector:
app: httpbin