Skip to content

Instantly share code, notes, and snippets.

@fai555
Last active April 16, 2020 11:41
Show Gist options
  • Select an option

  • Save fai555/49c9e3f5bc5c3bf57deef8403d8aef31 to your computer and use it in GitHub Desktop.

Select an option

Save fai555/49c9e3f5bc5c3bf57deef8403d8aef31 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: <APP_NAME>
# REST OF YOUR YAML CONFIG WILL BE AS IT IS
---
apiVersion: v1
kind: Service
metadata:
labels:
app: <APP_NAME>
# REST OF YOUR YAML CONFIG WILL BE AS IT IS
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment