remove fsfreeze-pause image, replace with ubuntu in nginx example (#2068)

* remove fsfreeze-pause image, replace with ubuntu in nginx example

Signed-off-by: Steve Kriss <krisss@vmware.com>

* changelog

Signed-off-by: Steve Kriss <krisss@vmware.com>

* switch to sleep infinity for clarity

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-12-02 11:48:47 -08:00
committed by Nolan Brubaker
parent d33014bf3c
commit 36c7ebf4b7
5 changed files with 7 additions and 57 deletions

View File

@@ -70,7 +70,7 @@ spec:
- mountPath: "/var/log/nginx"
name: nginx-logs
readOnly: false
- image: velero/fsfreeze-pause:latest
- image: ubuntu:bionic
name: fsfreeze
securityContext:
privileged: true
@@ -78,7 +78,12 @@ spec:
- mountPath: "/var/log/nginx"
name: nginx-logs
readOnly: false
command:
- "/bin/bash"
- "-c"
- "sleep infinity"
---
apiVersion: v1
kind: Service