Skip to content

Commit

Permalink
chore: Atualizar contexto e arquivo Dockerfile para os serviços Girop…
Browse files Browse the repository at this point in the history
…ops Senhas e Redis
  • Loading branch information
nataliagranato committed Aug 24, 2024
1 parent 84b047d commit 5772082
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/giropops-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: docker/build-push-action@v6
id: build-and-push
with:
context: ./
file: ./Dockerfile
context: ./src
file: ./src/Dockerfile
push: true
tags: nataliagranato/linuxtips-giropops-senhas:${{ steps.generate-tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/redis-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: docker/build-push-action@v6
id: build-and-push
with:
context: ./
file: ./Dockerfile
context: ./redis
file: ./redis/Dockerfile.redis
push: true
tags: nataliagranato/redis:${{ steps.generate-tag.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion manifests/giropops-senhas-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
requests:
cpu: '0.1'
memory: 128Mi
imagePullPolicy: ifNotPresent
imagePullPolicy: IfNotPresent
env:
- name: REDIS_HOST
value: redis-service
Expand Down
2 changes: 1 addition & 1 deletion manifests/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: redis
spec:
containers:
- image: nataliagranato/redis:e6ed8-20240824202500
- image: nataliagranato/redis:84b04-20240824205221
name: redis
ports:
- containerPort: 6379
Expand Down
20 changes: 10 additions & 10 deletions .dockerignore → redis/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
README.md
OWNERS
.github/
docs/
chainguard/
charts/
kind/
kyverno/
locust/
manifests/
screenshots/
scripts/
src/
screenshots/
LICENSE
Makefile
kyverno/
Dockerfile
Dockerfile.redis
docker-compose.yml
chainguard/
OWNERS
.coderabbit.yaml
README.md
docker-compose.yml
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions src/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.github/
chainguard/
charts/
kind/
kyverno/
locust/
manifests/
scripts/
redis/
screenshots/
LICENSE
OWNERS
.coderabbit.yaml
README.md
docker-compose.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5772082

Please sign in to comment.