Skip to content

Instantly share code, notes, and snippets.

@mszostok
Last active August 21, 2018 09:44
Show Gist options
  • Save mszostok/f56be101e7459c64ccb88c23cd23e777 to your computer and use it in GitHub Desktop.
Save mszostok/f56be101e7459c64ccb88c23cd23e777 to your computer and use it in GitHub Desktop.
apiVersion: settings.svcat.k8s.io/v1alpha1
kind: PodPreset
metadata:
name: allow-database
spec:
selector:
matchLabels:
role: frontend
env:
- name: DB_PORT
value: "6379"
volumeMounts:
- mountPath: /cache
name: cache-volume
volumes:
- name: cache-volume
emptyDir: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment