repositorypackage
0.0.0-20240831082337-08d5691003a0
Repository: https://github.com/wei840222/pingu-bot.git
Documentation: pkg.go.dev
# README
pingu-bot
Noot Noot!
How to build?
pack build --builder=gcr.io/buildpacks/builder:v1 --publish wei840222/pingu-bot:4
How to deploy?
kn ksvc apply --namespace=pingu --annotation=prometheus.io/scrape=true --annotation=prometheus.io/port=2222 --annotation=instrumentation.opentelemetry.io/inject-sdk=true --env-file=./.env --image=wei840222/pingu-bot:4 bot
How to deploy by tekton?
kubectl create ns pingu
kubectl apply -k .tekton