# HG changeset patch # User drewp@bigasterisk.com # Date 1670916018 28800 # Node ID c9e2108bb2718e74ebb6105937bc478e1662e5a6 # Parent 723ad82340d14f9a7a0477492e34afdf8e108de7 pom deploy touchups diff -r 723ad82340d1 -r c9e2108bb271 20-kube/20-pom-deploy.yaml --- a/20-kube/20-pom-deploy.yaml Mon Dec 12 23:19:28 2022 -0800 +++ b/20-kube/20-pom-deploy.yaml Mon Dec 12 23:20:18 2022 -0800 @@ -6,6 +6,7 @@ namespace: pomerium spec: replicas: 1 + strategy: {type: Recreate} selector: matchLabels: { app.kubernetes.io/name: pomerium } template: @@ -49,6 +50,7 @@ volumeMounts: - { mountPath: /tmp, name: tmp } - { mountPath: /data/autocert, name: autocert } + - { mountPath: /.local, name: autocert } nodeSelector: kubernetes.io/os: linux securityContext: