Skip to content

Instantly share code, notes, and snippets.

@justindavies
Created September 14, 2018 11:13
Show Gist options
  • Save justindavies/92ab29b51a81ed5a9333e7d6bd861312 to your computer and use it in GitHub Desktop.
Save justindavies/92ab29b51a81ed5a9333e7d6bd861312 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1
kind: Job
metadata:
name: sitemap
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: sitemap
image: inklin/sitemaps:latest
volumeMounts:
- name: sitemaps
mountPath: /mnt/sitemaps
ports:
- containerPort: 80
volumes:
- name: sitemaps
azureFile:
secretName: azure-files
shareName: sitemaps
readOnly: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment