Compare commits

..
4 Commits
Author SHA1 Message Date
Dusty.P fb4f43c234 Update deployment.yml
CI / build (push) Has been cancelled
2021-10-05 23:45:08 -08:00
Dustin Pianalto 34a6c0cdd3 Merge branch 'master' of github.com:dustinpianalto/Goff
CI / build (push) Has been cancelled
2021-10-05 23:34:30 -08:00
Dusty.P a6cde5c69c Update main.yml
CI / build (push) Has been cancelled
2021-10-05 23:09:00 -08:00
Dustin Pianalto a2420f19c9 Update deployment
CI / build (push) Has been cancelled
2021-10-02 16:18:48 -08:00
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -61,4 +61,4 @@ jobs:
run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml run: kubectl apply -f $GITHUB_WORKSPACE/deployment.yml
- name: Verify deployment - name: Verify deployment
run: kubectl rollout status deployment/goff run: kubectl rollout status deployment/goff -n discord-bots
+9 -2
View File
@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: goff name: goff
namespace: default namespace: discord-bots
labels: labels:
app: goff app: goff
spec: spec:
@@ -23,6 +23,13 @@ spec:
containers: containers:
- name: goff - name: goff
image: <IMAGE> image: <IMAGE>
resources:
requests:
memory: "512Mi"
cpu: "1"
limits:
memory: "1Gi"
cpu: "2"
env: env:
- name: DATABASE_URL - name: DATABASE_URL
valueFrom: valueFrom:
@@ -45,4 +52,4 @@ spec:
name: goff name: goff
key: email_password key: email_password
imagePullSecrets: imagePullSecrets:
- name: registry-2 - name: registry-1