Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Last active January 25, 2021 17:42
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 xximjasonxx/158a73ce21e7f2c8122997943a1a954a to your computer and use it in GitHub Desktop.
Save xximjasonxx/158a73ce21e7f2c8122997943a1a954a to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: sayhelloapi-deployment
namespace: ns-sayhelloapi-dev
spec:
replicas: 3
selector:
matchLabels:
app: sayhelloapi
template:
metadata:
name: sayhelloapi-pod
labels:
app: sayhelloapi
spec:
containers:
- name: web-server
image: acrsouthfarmcontainers.azurecr.io/sayhelloapi:v1
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment