mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-07 03:48:17 +02:00
15 lines
355 B
YAML
15 lines
355 B
YAML
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- name: hello.localhost.pomerium.io
|
|
path: /
|
|
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.middlewares: pomerium-auth@kubernetescrd
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
tls:
|
|
- hosts:
|
|
- hello.localhost.pomerium.io
|
|
secretName: wildcard-tls
|
|
service:
|
|
type: ClusterIP
|