Last active
April 16, 2020 11:41
-
-
Save fai555/49c9e3f5bc5c3bf57deef8403d8aef31 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/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