Skip to content

Instantly share code, notes, and snippets.

@krared
Last active November 2, 2022 14:20
Show Gist options
  • Save krared/3a98a6507969db9c9b925e95d40a3f61 to your computer and use it in GitHub Desktop.
Save krared/3a98a6507969db9c9b925e95d40a3f61 to your computer and use it in GitHub Desktop.
k8s
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
imagePullSecrets:
- name: harbor-creds
# image: neomediatech/lmd
# maldet -a /mnt/path
# image: clamav/clamav
# clamscan -r /mnt/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment