Skip to content

Instantly share code, notes, and snippets.

@torresdal
Created March 24, 2019 14:36
Show Gist options
  • Save torresdal/d9d42ae699fd47109df378bff212e072 to your computer and use it in GitHub Desktop.
Save torresdal/d9d42ae699fd47109df378bff212e072 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: customer
namespace: customer
labels:
app: customer
annotations:
flux.weave.works/automated: 'true'
spec:
selector:
matchLabels:
app: customer
template:
metadata:
labels:
app: customer
spec:
containers:
- name: customer
image: some.registry.io/customer-api:1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment