enable ingress

This commit is contained in:
2025-02-17 16:17:06 -06:00
parent f1829d42fb
commit a74204f1b1
2 changed files with 29 additions and 29 deletions

View File

@@ -1,27 +1,27 @@
# apiVersion: networking.k8s.io/v1
# kind: Ingress
# metadata:
# name: argocd-tailscale
# namespace: {{ .Release.Namespace }}
# labels:
# app.kubernetes.io/name: argocd-tailscale
# app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/version: {{ .Chart.AppVersion }}
# app.kubernetes.io/component: web
# app.kubernetes.io/part-of: {{ .Release.Name }}
# spec:
# ingressClassName: tailscale
# tls:
# - hosts:
# - argocd-cl01tl
# rules:
# - host: argocd-cl01tl
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: argocd-server
# port:
# number: 80
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-tailscale
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: argocd-tailscale
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
ingressClassName: tailscale
tls:
- hosts:
- argocd-cl01tl
rules:
- host: argocd-cl01tl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 80

View File

@@ -15,7 +15,7 @@ argo-cd:
- '.spec.template.spec.hostUsers'
timeout.reconciliation: 100s
timeout.reconciliation.jitter: 60s
# url: https://argocd-cl01tl.boreal-beaufort.ts.net
url: https://argocd-cl01tl.boreal-beaufort.ts.net
statusbadge.enabled: true
# dex.config: |
# connectors:
@@ -40,7 +40,7 @@ argo-cd:
server:
replicas: 2
ingress:
enabled: false
enabled: true
controller: generic
ingressClassName: traefik
annotations: