Skip to content

Instantly share code, notes, and snippets.

View rcandidosilva's full-sized avatar
🏠
Working from home

Rodrigo rcandidosilva

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rcandidosilva on github.
  • I am rcandidosilva (https://keybase.io/rcandidosilva) on keybase.
  • I have a public key ASD3_MkkM0JfCZt8c0GDEPjKt_EW3AiH16ZuTA9-Z5A5pwo

To claim this, I am signing this object:

@rcandidosilva
rcandidosilva / kubernetes.yml
Created December 17, 2018 16:11
MicroProfile Oracle Cloud - kubernetes.yml
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: microprofile
spec:
selector:
matchLabels:
app: microprofile
replicas: 1 # deployment runs 1 pods matching the template
template: # create pods using pod definition in this template
@rcandidosilva
rcandidosilva / wercker.yml
Created December 17, 2018 16:06
MicroProfile Oracle Cloud - wercker.yml
#Use OpenJDK base docker image from dockerhub and open the application port on the docker container
box:
id: openjdk:8
ports:
- 8080
#Build our application using Maven, just as we always have
build:
steps:
- install-packages: