Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin Oguntoye authored and benjamin Oguntoye committed Sep 5, 2022
1 parent 199fd95 commit 00b2598
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 147 deletions.
Binary file added screenshots/docker_images.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_commands_img_1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_hpa_1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_hpa_2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_hpa_3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_service_1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_service_2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_service_3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_service_4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_describe_service_5.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubectl_log.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/kubernates_services.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/reverseproxy_request1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/reverseproxy_request2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/travis_ci.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 0 additions & 73 deletions udagram-api-feed/backend-feed-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,76 +1,3 @@
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: backend-feed
# labels:
# app: backend-feed
# spec:
# replicas: 2
# selector:
# matchLabels:
# app: backend-feed
# template:
# metadata:
# labels:
# app: backend-feed
# spec:
# containers:
# - name: backend-feed
# image: jlord31/backend-feed:v2
# ports:
# - containerPort: 80
# env:
# - name: credentials
# valueFrom:
# secretKeyRef:
# name: aws-secret
# key: credentials
# - name: POSTGRES_USERNAME
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_USERNAME
# - name: POSTGRES_PASSWORD
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_PASSWORD
# - name: POSTGRES_HOST
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_HOST
# - name: POSTGRES_DB
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_DB
# - name: AWS_BUCKET
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_BUCKET
# - name: AWS_REGION
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_REGION
# - name: AWS_PROFILE
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_PROFILE
# - name: JWT_SECRET
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: JWT_SECRET
# - name: URL
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: URL

apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
74 changes: 0 additions & 74 deletions udagram-api-user/backend-user-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,77 +1,3 @@
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: backend-user
# labels:
# app: backend-user
# spec:
# replicas: 2
# selector:
# matchLabels:
# app: backend-user
# template:
# metadata:
# labels:
# app: backend-user
# spec:
# containers:
# - name: backend-user
# image: jlord31/backend-user:v2
# ports:
# - containerPort: 80
# env:
# - name: credentials
# valueFrom:
# secretKeyRef:
# name: aws-secret
# key: credentials
# - name: POSTGRES_USERNAME
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_USERNAME
# - name: POSTGRES_PASSWORD
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_PASSWORD
# - name: POSTGRES_HOST
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_HOST
# - name: POSTGRES_DB
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: POSTGRES_DB
# - name: AWS_BUCKET
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_BUCKET
# - name: AWS_REGION
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_REGION
# - name: AWS_PROFILE
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: AWS_PROFILE
# - name: JWT_SECRET
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: JWT_SECRET
# - name: URL
# valueFrom:
# configMapKeyRef:
# name: env-configmapmap
# key: URL


apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 00b2598

Please sign in to comment.