Skip to content

Commit

Permalink
Change default Nginx login credentials to foo:bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Sep 12, 2019
1 parent ec6bc40 commit 8b5ec11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elastic_stack/kibana/nginx-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ spec:
- name: NGINX_PORT
value: '443'
- name: NGINX_NAME
value: 'user_changeMe'
value: 'foo'
- name: NGINX_PWD
value: 'password_changeMe'
value: 'bar'
ports:
- containerPort: 80
- containerPort: 443

0 comments on commit 8b5ec11

Please sign in to comment.