Skip to content

Commit 8b5ec11

Browse files
author
Jose M
committed
Change default Nginx login credentials to foo:bar
1 parent ec6bc40 commit 8b5ec11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

elastic_stack/kibana/nginx-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ spec:
3737
- name: NGINX_PORT
3838
value: '443'
3939
- name: NGINX_NAME
40-
value: 'user_changeMe'
40+
value: 'foo'
4141
- name: NGINX_PWD
42-
value: 'password_changeMe'
42+
value: 'bar'
4343
ports:
4444
- containerPort: 80
4545
- containerPort: 443

0 commit comments

Comments
 (0)