try to improve qol

This commit is contained in:
Remy Moll 2024-11-27 11:23:12 +01:00
parent 3bce044221
commit 5f0fd69272
4 changed files with 19 additions and 4 deletions

View File

@ -9,9 +9,16 @@ spec:
routes:
- kind: Rule
match: Host(`argocd.kluster.moll.re`)
priority: 10
services:
- name: argocd-server
port: 80
- name: argocd-server
port: 80
- kind: Rule
match: Host(`argocd.kluster.moll.re`) && Header(`Content-Type`, `application/grpc`)
priority: 11
services:
- name: argocd-server
port: 80
scheme: h2c
tls:
certResolver: default-tls

View File

@ -1,3 +1,6 @@
strategy:
type: Recreate
## @section Service
service:

View File

@ -16,3 +16,8 @@ spec:
automated:
prune: true
selfHeal: true
ignoreDifferences:
- group: apps/v1
kind: Deployment
jsonPointers:
- /metadata/annotations