This commit is contained in:
2024-04-02 20:50:59 -05:00
parent 7722f221c7
commit f67d66dd18

View File

@@ -18,6 +18,24 @@ spec:
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: "{{ .Chart.Name }}-ingress"
spec:
entryPoints:
- websecure
routes:
- match: Host("test.durp.info") && PathPrefix(`/swagger`)
kind: Rule
services:
- name: "durpapi-service"
port: 80
tls:
secretName: durpapi-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
@@ -42,4 +60,4 @@ spec:
jwt:
Required: true
Keys:
- https://authentik.durp.info/application/o/api/jwks
- https://authentik.durp.info/application/o/api/jwks