* move to os-system * host path * test * debug * debug * debug * debug * debug * argo add values * debug * debug * debug * debug * remove keyFormat
17 lines
252 B
YAML
17 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: argoworkflows-svc
|
|
namespace: os-system
|
|
spec:
|
|
ports:
|
|
- port: 2746
|
|
name: http
|
|
protocol: TCP
|
|
targetPort: 2746
|
|
selector:
|
|
app: argoworkflows
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
|