You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
371 B
19 lines
371 B
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
labels:
|
|
sapian-app: keycloak
|
|
name: https-keycloak
|
|
namespace: keycloak
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- kind: Rule
|
|
match: Host(`accounts.sapian.cloud`) && PathPrefix(`/`)
|
|
services:
|
|
- name: keycloak-discovery
|
|
port: 8080
|
|
tls:
|
|
secretName: keycloak-tls-le
|