Mercurial > code > home > repos > pomerium
changeset 14:290342e75927
move to ditto
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Mar 2023 18:37:02 -0700 |
parents | 90438c76732f |
children | b0761c1022d9 |
files | 20-kube/20-pom-deploy.yaml 20-kube/21-pom-svc.yaml |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/20-kube/20-pom-deploy.yaml Mon Mar 13 14:01:15 2023 -0700 +++ b/20-kube/20-pom-deploy.yaml Thu Mar 16 18:37:02 2023 -0700 @@ -67,7 +67,7 @@ - matchExpressions: - key: "kubernetes.io/hostname" operator: In - values: ["bang"] + values: ["ditto"] --- apiVersion: networking.k8s.io/v1 kind: IngressClass
--- a/20-kube/21-pom-svc.yaml Mon Mar 13 14:01:15 2023 -0700 +++ b/20-kube/21-pom-svc.yaml Thu Mar 16 18:37:02 2023 -0700 @@ -25,6 +25,8 @@ selector: { app.kubernetes.io/name: pomerium } type: LoadBalancer externalIPs: + # this would be the fastest if we're running on ditto + - 10.5.0.7 # prime forwards to this - 10.5.0.1 # local dns picks this