Skip to content
  • This project
    • Loading...
  • Sign in

Khaled / Microservices_application_with_kubernetes

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Microservices_application_with_kubernetes
  • result-pod.yaml
  • Khaled's avatar
    q new file: README.md · 93caf614 ...
    93caf614 Browse Files
    	new file:   postgresql.yaml
    	new file:   redis-pod.yaml
    	new file:   result-pod.yaml
    	new file:   voting-pod.yaml
    	new file:   worker-pod.yaml
    Khaled authored 2022-12-07 12:00:30 +0100
result-pod.yaml 241 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
apiVersion: v1
kind: Pod
metadata: 
  name: result-pod
  labels:
    name: result-pod
    app: voting-app-demo
spec: 
  containers:
    - name: Nodejs
      image: kodekloud/examplevotingapp_result:v1
      ports:
        - containerPort: 80