enable ingress
This commit is contained in:
@@ -1,27 +1,27 @@
|
|||||||
# apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
# kind: Ingress
|
kind: Ingress
|
||||||
# metadata:
|
metadata:
|
||||||
# name: argocd-tailscale
|
name: argocd-tailscale
|
||||||
# namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
# labels:
|
labels:
|
||||||
# app.kubernetes.io/name: argocd-tailscale
|
app.kubernetes.io/name: argocd-tailscale
|
||||||
# app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
# app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion }}
|
||||||
# app.kubernetes.io/component: web
|
app.kubernetes.io/component: web
|
||||||
# app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
# spec:
|
spec:
|
||||||
# ingressClassName: tailscale
|
ingressClassName: tailscale
|
||||||
# tls:
|
tls:
|
||||||
# - hosts:
|
- hosts:
|
||||||
# - argocd-cl01tl
|
- argocd-cl01tl
|
||||||
# rules:
|
rules:
|
||||||
# - host: argocd-cl01tl
|
- host: argocd-cl01tl
|
||||||
# http:
|
http:
|
||||||
# paths:
|
paths:
|
||||||
# - path: /
|
- path: /
|
||||||
# pathType: Prefix
|
pathType: Prefix
|
||||||
# backend:
|
backend:
|
||||||
# service:
|
service:
|
||||||
# name: argocd-server
|
name: argocd-server
|
||||||
# port:
|
port:
|
||||||
# number: 80
|
number: 80
|
||||||
|
@@ -15,7 +15,7 @@ argo-cd:
|
|||||||
- '.spec.template.spec.hostUsers'
|
- '.spec.template.spec.hostUsers'
|
||||||
timeout.reconciliation: 100s
|
timeout.reconciliation: 100s
|
||||||
timeout.reconciliation.jitter: 60s
|
timeout.reconciliation.jitter: 60s
|
||||||
# url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
url: https://argocd-cl01tl.boreal-beaufort.ts.net
|
||||||
statusbadge.enabled: true
|
statusbadge.enabled: true
|
||||||
# dex.config: |
|
# dex.config: |
|
||||||
# connectors:
|
# connectors:
|
||||||
@@ -40,7 +40,7 @@ argo-cd:
|
|||||||
server:
|
server:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
controller: generic
|
controller: generic
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
annotations:
|
annotations:
|
||||||
|
Reference in New Issue
Block a user