Skip to content

Commit

Permalink
icons
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma authored and hengfeiyang committed May 26, 2022
1 parent a8bfb3a commit 91857e3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ spec:
port:
number: 4080
path: /
# - host: playground.dev.zincsearch.com
# http:
# paths:
# - pathType: Prefix
# backend:
# service:
# name: z-dummy
# port:
# number: 4080
# path: /api/users
tls:
- hosts:
- playground.dev.zincsearch.com
Expand Down
5 changes: 5 additions & 0 deletions web/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
Binary file added web/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon.ico
Binary file not shown.

0 comments on commit 91857e3

Please sign in to comment.