Skip to content

Commit

Permalink
Structuring files
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jun 21, 2024
1 parent 673a820 commit 7ffd0a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress
name: argocd
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/caiocsgomes/aws-eks-cluster
path: kubernetes/ingress
path: kubernetes/argocd
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
Expand Down
15 changes: 8 additions & 7 deletions kubernetes/ingress/main.yaml → kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ metadata:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/group.name: ingress
spec:
ingressClassName: alb
rules:
- http:
paths:
- path: /argocd
pathType: Exact
backend:
service:
name: argocd-server
port:
name: http
- path: /argocd
pathType: Exact
backend:
service:
name: argocd-server
port:
name: http

0 comments on commit 7ffd0a6

Please sign in to comment.