Skip to content

Instantly share code, notes, and snippets.

@bbachi
Last active February 28, 2021 02:18
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/054ca3967b3e844e854c4191c4c649df to your computer and use it in GitHub Desktop.
Save bbachi/054ca3967b3e844e854c4191c4c649df 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: 5
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: {}
---
apiVersion: v1
kind: Service
metadata:
name: angular-webapp
labels:
run: angular-webapp
spec:
ports:
- port: 80
protocol: TCP
selector:
app: angular-webapp
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment