Skip to content

Instantly share code, notes, and snippets.

@rinormaloku
Last active February 10, 2018 10:43
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 rinormaloku/2ce4e2053dc02c09ad991b7832e3e439 to your computer and use it in GitHub Desktop.
Save rinormaloku/2ce4e2053dc02c09ad991b7832e3e439 to your computer and use it in GitHub Desktop.
[Frontend Pod]
apiVersion: v1
kind: Pod # 1
metadata:
name: sa-frontend # 2
spec: # 3
containers:
- image: rinormaloku/sentiment-analysis-frontend # 4
name: sa-frontend # 5
ports:
- containerPort: 80 # 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment