Skip to content

Instantly share code, notes, and snippets.

@karthikeyanVK
Created September 15, 2020 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthikeyanVK/d6d166c9b972e816a594673b85d46c7d to your computer and use it in GitHub Desktop.
Save karthikeyanVK/d6d166c9b972e816a594673b85d46c7d to your computer and use it in GitHub Desktop.
environment: development
apphost: k8s
products:
label:
name: aspnet3core
container:
name: aspnet3
pullPolicy: IfNotPresent
image: karthik3030/petshopproducts
tag: latest
port: 80
replicas: 3
service:
port: 8888
type: NodePort
orders:
label:
name: aspnet3core
container:
name: aspnet3-orders
pullPolicy: IfNotPresent
image: karthik3030/petshoporders
tag: latest
port: 80
replicas: 3
service:
port: 8889
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment