Last active
January 15, 2020 12:34
-
-
Save alexeldeib/755a276aba83311133e964f90dae796c to your computer and use it in GitHub Desktop.
deployment to test remote apply programmatically
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/v1 | |
kind: Deployment | |
metadata: | |
creationTimestamp: null | |
labels: | |
app: apply | |
name: apply | |
namespace: default | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: apply | |
strategy: {} | |
template: | |
metadata: | |
creationTimestamp: null | |
labels: | |
app: apply | |
spec: | |
containers: | |
- image: ubuntu:18.04 | |
name: ubuntu | |
command: ["sleep", "infinity"] | |
resources: {} | |
status: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment