Skip to content

Commit

Permalink
Create argocd-service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwazny25 authored Mar 23, 2024
1 parent 41a575f commit 85b6309
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ArgoCD/argocd-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-lb
namespace: argocd
spec:
selector:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd-server
type: LoadBalancer
ports:
- name: http
protocol: TCP
port: 8080
targetPort: 80

0 comments on commit 85b6309

Please sign in to comment.