Skip to content

Commit

Permalink
changed httproute to ingress argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent d7827f3 commit c231651
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
19 changes: 0 additions & 19 deletions kubernetes/system/argocd/base/httproutes.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions kubernetes/system/argocd/base/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-external-argocd
namespace: argocd
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: cilium
rules:
- host: argocd.ninebasetwo.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 443
tls:
- hosts:
- argocd.ninebasetwo.net
secretName: argocd-tls

0 comments on commit c231651

Please sign in to comment.