comparison kube/10-pomerium.yaml @ 1:9d3a9e524ad3

fuss with ns and stuff to get it working. forward all (over http) to nginx at first
author drewp@bigasterisk.com
date Tue, 13 Sep 2022 22:32:50 -0700
parents 6bf643829330
children b605b92e89b8
comparison
equal deleted inserted replaced
0:6bf643829330 1:9d3a9e524ad3
10 provider: google 10 provider: google
11 secret: pomerium/idp 11 secret: pomerium/idp
12 refreshDirectory: 12 refreshDirectory:
13 interval: "10h" 13 interval: "10h"
14 timeout: "10s" 14 timeout: "10s"
15 certificates: 15 # Note pom won't start up if this cert doesn't exist, so you have to run once
16 - pomerium/pomerium-proxy-tls 16 # with it commented out, then after cert success, run again with it enabled.
17 certificates: [pomerium/pomerium-proxy-tls]