Skip to content

Commit

Permalink
Fix exchanged php and ngx containers in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Nov 26, 2021
1 parent 00808fc commit 35df24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ spec:
app: phpdocker
spec:
containers:
- image: phpdockerio/site-php:latest
- image: phpdockerio/site-ngx:latest
name: nginx

- image: phpdockerio/site-ngx:latest
- image: phpdockerio/site-php:latest
name: php-fpm

env:
Expand Down

0 comments on commit 35df24c

Please sign in to comment.