This file contains 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
[{ | |
"fiscal_code": "AAAAAA00A00A000A", | |
"subject": "Ciao Nuovo Utente !", | |
"markdown": "# Benvenuto!\n\nQuesto esempio serve a mostrare come si può facilmente generare **HTML**\n\nRicorda, il testo deve essere abbastanza lungo.", | |
"amount": 1, | |
"notice_number": "000000000000000001" | |
},{ | |
"fiscal_code": "DGRMLL66R65H769R", | |
"subject": "Ciao Mirella Di Girolamo !", | |
"markdown": "# Benvenuto!\n\nQuesto esempio serve a mostrare come si può facilmente generare **HTML**\n\nRicorda, il testo deve essere abbastanza lungo.", |
This file contains 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
FROM golang:1.12 | |
ADD main.go /usr/src | |
RUN cd /usr/src ; go build -o /bin/hello | |
CMD /bin/hello |
This file contains 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
FROM actionloop/actionloop-golang-v1.12 | |
ADD exec.zip /action | |
ENV OW_AUTOINIT=/action/exec.zip |
This file contains 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: apps/v1 | |
kind: Deployment | |
metadata: | |
name: registry | |
namespace: k8s | |
labels: | |
app: registry | |
spec: | |
replicas: 1 | |
selector: |
NewerOlder