try to improve qol
This commit is contained in:
parent
3bce044221
commit
5f0fd69272
infrastructure
kluster-deployments/authelia
@ -9,9 +9,16 @@ spec:
|
|||||||
routes:
|
routes:
|
||||||
- kind: Rule
|
- kind: Rule
|
||||||
match: Host(`argocd.kluster.moll.re`)
|
match: Host(`argocd.kluster.moll.re`)
|
||||||
|
priority: 10
|
||||||
services:
|
services:
|
||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
port: 80
|
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:
|
tls:
|
||||||
certResolver: default-tls
|
certResolver: default-tls
|
@ -1,3 +1,6 @@
|
|||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
|
|
||||||
|
|
||||||
## @section Service
|
## @section Service
|
||||||
service:
|
service:
|
||||||
|
@ -16,3 +16,8 @@ spec:
|
|||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
jsonPointers:
|
||||||
|
- /metadata/annotations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user