mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file argocd.yaml
This commit is contained in:
parent
3d562dcc72
commit
b6c93428ad
1 changed files with 2 additions and 3 deletions
|
|
@ -32,15 +32,14 @@ metadata:
|
|||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
traefik.ingress.kubernetes.io/protocol: "https"
|
||||
spec:
|
||||
routes:
|
||||
- match: Host(`argocd.internal.durp.info`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: argocd-server
|
||||
port: 443
|
||||
scheme: https
|
||||
port: 80
|
||||
scheme: http
|
||||
tls:
|
||||
secretName: argocd-tls
|
||||
#---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue