Skip to content

Instantly share code, notes, and snippets.

@bbachi
Last active February 28, 2021 02:19
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 bbachi/2658c3e6486d505a8a61ea75cec613a8 to your computer and use it in GitHub Desktop.
Save bbachi/2658c3e6486d505a8a61ea75cec613a8 to your computer and use it in GitHub Desktop.
Angular DOTNET
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: angular-webapp
name: angular-webapp
spec:
replicas: 10
selector:
matchLabels:
app: angular-webapp
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: angular-webapp
spec:
containers:
- image: docker.io/bbachin1/angular-dotnet-webapp
name: webapp
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 80
status: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment