Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 25, 2019 01:07
Show Gist options
  • Save b0noI/b3f9c4581df5731beb60bc02dfec1f62 to your computer and use it in GitHub Desktop.
Save b0noI/b3f9c4581df5731beb60bc02dfec1f62 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: proxy-agent
labels:
app: proxy-agent
spec:
selector:
matchLabels:
app: proxy-agent
template:
metadata:
labels:
app: proxy-agent
spec:
containers:
- image: gcr.io/public-gcr/agent
imagePullPolicy: IfNotPresent
name: proxy-agent
serviceAccountName: agent-runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment