Browse Source
Merge pull request #466 from SychevIgor/dev
nginx image update to latest
pull/472/head
Eduard Tomàs
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
k8s/frontend.yaml
|
|
@ -27,7 +27,7 @@ spec: |
|
|
|
spec: |
|
|
|
containers: |
|
|
|
- name: nginx |
|
|
|
image: nginx:1.11.10-alpine |
|
|
|
image: nginx:1.13.8-alpine |
|
|
|
imagePullPolicy: IfNotPresent |
|
|
|
ports: |
|
|
|
- containerPort: 8080 |
|
|
|