Skip to content

Commit

Permalink
Merge pull request #1969 from GiganticMinecraft/add-argo-workflows-se…
Browse files Browse the repository at this point in the history
…rvice

feat: argo-workflows用のServiceを定義
  • Loading branch information
outductor authored May 23, 2024
2 parents 03ff5d1 + 5340167 commit ebb61e6
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: argo-workflows-webhook-service
namespace: argocd
spec:
selector:
app: argo-workflows
ports:
- name: argo-workflows-webhook
protocol: TCP
port: 12000
targetPort: 12000
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
Expand Down

0 comments on commit ebb61e6

Please sign in to comment.