Skip to content

Instantly share code, notes, and snippets.

View sebagomez's full-sized avatar
:octocat:
World's okayest tech lead

Sebastián Gómez sebagomez

:octocat:
World's okayest tech lead
View GitHub Profile
# from https://gist.github.com/jchandra74/5b0c94385175c7a8d1cb39bc5157365e
function ccode { Set-Location c:\code }
# Helper function to set location to the User Profile directory
function cuserprofile { Set-Location ~ }
Set-Alias ~ cuserprofile -Option AllScope
# Ensure posh-git is loaded
Import-Module -Name posh-git
@sebagomez
sebagomez / gx-k8s-app.prod.yaml
Created March 2, 2020 20:44
Kubernetes GeneXus Java app with Redis
apiVersion: v1
kind: Service
metadata:
name: gx-java-app
labels:
app: gx-java-app
spec:
ports:
- port: 8080
selector: