Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created February 28, 2021 00:58
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/f27939b82dde64510ac2a314a6130680 to your computer and use it in GitHub Desktop.
Save bbachi/f27939b82dde64510ac2a314a6130680 to your computer and use it in GitHub Desktop.
angular dotnet
apiVersion: v1
kind: Pod
metadata:
name: webapp
spec:
containers:
- image: docker.io/bbachin1/angular-dotnet-webapp
name: webapp
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment