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: | |
| name: backend-service | |
| labels: | |
| app: graphviz | |
| tier: backend | |
| spec: | |
| ports: | |
| # More details on the Service ports here: |
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: ReplicationController | |
| metadata: | |
| name: backend-contr | |
| # these labels can be applied automatically | |
| # from the labels in the pod template if not set | |
| labels: | |
| app: graphviz | |
| tier: backend | |
| spec: |
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
| # Git | |
| alias g="git" | |
| alias commits="git shortlog -sn" | |
| alias gl="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --" | |
| alias gs="git status" | |
| alias ga="git add" | |
| alias gc="git commit -m" | |
| alias gp="git push" | |
| alias gpl="git pull" | |
| alias gd="git diff" |
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
| [ | |
| { | |
| "deskId": "DESK-Derby-Terry Pryce-Ground floor-1", | |
| "bookingId": "55", | |
| "name": "System Admin", | |
| "photoData": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAUDBA8PDhAOEBAODhAQEA8QDQ8ODw0QEA4PDRAOEA8NDw4NDxAMDQ0QDg0NDRUPEBESFRMTDQ8XJBYSGBASFBIBBQUFCAcIDwkJDxcVEhUWGxofGhoUFBwVFxQeFxcXFRQUFBkUFxUWFBUWFBQWFhQZFBcVFBYXFBQUFBcUFxQVF//AABEIAGAAYAMBIgACEQEDEQH/xAAcAAACAgMBAQAAAAAAAAAAAAAGBwQFAgMIAAH/xABAEAABAgMFBQUFBQUJAAAAAAABAhEAAyEEBQYSMSJBUWFxBxOBkfCCobHB0QgjQpLhFDJSU/EVJTNDYmNyosL/xAAaAQACAwEBAAAAAAAAAAAAAAADBAECBQYA/8QAKhEAAQQCAQIFBAMBAAAAAAAAAQACAxEEEiExQQUTUXHwIzJhwSKB8RT/2gAMAwEAAhEDEQA/AAXFd3gKzrcJaKOZKlmqXi8x5eTshno0C9nnABmiGEABXIdsaTL7CJ394SQDTKv5R2FNWAh/X9Y4r7GbKtduksctSX4gbvGOkO1/E37JIloCwJkxyx3S0DbVoQA7JfmeEMbAMspcsJk1CkYw7U7HY0jOvOpTshGTNQDUzFJSmpapox4NCcxF9okmZ93ZElGtZys/OqZXdJalAVvGXZ/2VIto/a7aFTFzTmlSySlKJf4VFIZ1qAChwSRR3i/vbsGsz7OYJOrLVmFNxqFe0D1jHkztyQBwPwtiLw0NAJPPuVAwx2wWO1fdhRlTf5c7ICrkhQUULPIEK5RWy78kd6oOAc0LntX7E1WdOezrUvK6u7Wz0q6VJavUQE4It6phTmJKklLk6s5DK3kpIIf |
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
| [ | |
| { | |
| "name": "Derby", | |
| "buildings": [ | |
| { | |
| "name": "Terry Pryce", | |
| "floors": [ | |
| { | |
| "id": "agxqbHJzbWFydHdvcmtyIwsSBFNpdGUYAQwLEghCdWlsZGluZxgCDAsSBUZsb29yGAMM", | |
| "name": "Ground floor", |
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
| <jsp-config> | |
| <jsp-property-group> | |
| <url-pattern>*.jsp</url-pattern> | |
| <trim-directive-whitespaces>true</trim-directive-whitespaces> | |
| </jsp-property-group> | |
| </jsp-config> |
NewerOlder