comparison 20-kube/21-pom-svc.yaml @ 14:290342e75927

move to ditto
author drewp@bigasterisk.com
date Thu, 16 Mar 2023 18:37:02 -0700
parents 0ae82df13719
children
comparison
equal deleted inserted replaced
13:90438c76732f 14:290342e75927
23 - { name: https, port: 443, protocol: TCP, targetPort: https } 23 - { name: https, port: 443, protocol: TCP, targetPort: https }
24 - { name: http, port: 80, protocol: TCP, targetPort: http } 24 - { name: http, port: 80, protocol: TCP, targetPort: http }
25 selector: { app.kubernetes.io/name: pomerium } 25 selector: { app.kubernetes.io/name: pomerium }
26 type: LoadBalancer 26 type: LoadBalancer
27 externalIPs: 27 externalIPs:
28 # this would be the fastest if we're running on ditto
29 - 10.5.0.7
28 # prime forwards to this 30 # prime forwards to this
29 - 10.5.0.1 31 - 10.5.0.1
30 # local dns picks this 32 # local dns picks this
31 - 10.2.0.1 33 - 10.2.0.1