Mercurial > code > home > repos > pomerium
changeset 9:c9e2108bb271
pom deploy touchups
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Dec 2022 23:20:18 -0800 |
parents | 723ad82340d1 |
children | 037539eb52c3 |
files | 20-kube/20-pom-deploy.yaml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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: