This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** For advanced users. */ | |
| { | |
| "defaultFontFamily": { | |
| "standard": "Source Han Serif", //String - Defaults to "Times New Roman". | |
| "serif": "Source Han Serif", // String - Defaults to "Times New Roman". | |
| "sansSerif": "Source Han Sans", // String - Defaults to "Arial". | |
| "monospace": "JetBrains Mono" // String - Defaults to "Courier New". | |
| }, | |
| "autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| labels: | |
| app: echo | |
| name: echo | |
| spec: | |
| ports: | |
| - port: 80 | |
| name: public |
NewerOlder