Changeset - c9e2108bb271
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 22 months ago 2022-12-13 07:20:18
drewp@bigasterisk.com
pom deploy touchups
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
20-kube/20-pom-deploy.yaml
Show inline comments
 
@@ -6,6 +6,7 @@ metadata:
 
  namespace: pomerium
 
spec:
 
  replicas: 1
 
  strategy: {type: Recreate}
 
  selector:
 
    matchLabels: { app.kubernetes.io/name: pomerium }
 
  template:
 
@@ -49,6 +50,7 @@ spec:
 
          volumeMounts:
 
            - { mountPath: /tmp, name: tmp }
 
            - { mountPath: /data/autocert, name: autocert }
 
            - { mountPath: /.local, name: autocert }
 
      nodeSelector:
 
        kubernetes.io/os: linux
 
      securityContext:
0 comments (0 inline, 0 general)