Change raw-resources app name

This commit is contained in:
dvirlabs 2026-03-16 05:06:06 +02:00
parent efc6143558
commit 6ce3dc311a
2 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
# apiVersion: traefik.io/v1alpha1
# kind: IngressRoute
# metadata:
# name: argocd-server
# namespace: argocd
# spec:
# entryPoints:
# - websecure
# routes:
# - kind: Rule
# match: Host(`argocd.dvirlabs.com`) && Header(`Content-Type`, `application/grpc`)
# priority: 11
# services:
# - name: argocd-server
# port: 80
# scheme: h2c
# - kind: Rule
# match: Host(`argocd.dvirlabs.com`)
# priority: 10
# services:
# - name: argocd-server
# port: 80
# tls: {}