Created
October 25, 2019 01:07
-
-
Save b0noI/b3f9c4581df5731beb60bc02dfec1f62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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