promote(infra/prod): freight 5156c91d9d5d70decc8f78ca021bb04178f65daf

This commit is contained in:
Kargo
2026-03-11 08:17:52 +00:00
parent 2ef96b3f49
commit 8d3d75b902
52 changed files with 295 additions and 1012 deletions

View File

@@ -0,0 +1,21 @@
# Kargo dashboard HTTPS IngressRoute
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: kargo-https
namespace: kargo
spec:
entryPoints:
- websecure
routes:
- match: HostRegexp(`kargo.k3s\..+\.local`)
kind: Rule
middlewares:
- name: kargo-tls-middleware
namespace: kargo
services:
- name: kargo-api
port: 443
scheme: https
serversTransport: kargo-skip-verify
tls: {}