Skip to content

Commit

Permalink
Removing route from ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jun 23, 2024
1 parent 8b63f0c commit 7528ca4
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
annotations:
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/group.name: ingress
alb.ingress.kubernetes.io/group.name: eks-lab-ingress
alb.ingress.kubernetes.io/healthcheck-protocol: HTTPS
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:322620855520:certificate/83e1e2db-0fb4-48bf-8509-874896afc07d
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
Expand All @@ -38,24 +38,23 @@ metadata:
spec:
ingressClassName: alb
rules:
- host: argocd.argoproj.io
http:
- http:
paths:
- path: /
- path: /argocd
backend:
service:
name: argogrpc
port:
number: 443
pathType: Prefix
- path: /
backend:
service:
name: argocd-server
port:
number: 443
pathType: Prefix
tls:
- hosts:
- argocd.argoproj.io

pathType: Exact
# - path: /
# backend:
# service:
# name: argocd-server
# port:
# number: 443
# pathType: Prefix
# tls:
# - hosts:
# - argocd.argoproj.io
#

0 comments on commit 7528ca4

Please sign in to comment.