GitFred validation sample

โ— app-envvars ยท Node.js (zero dependencies)

This app echoes the environment variables you configured in the GitFred dashboard. If the values below match what you typed into the form (GREETING, MESSAGE), GitFred encrypted them, stored them, and injected them into the running pod.

What's in the repo

๐Ÿ“„ server.js
node http, zero deps
๐Ÿณ Dockerfile
non-root USER

How your config reaches the pod

๐Ÿ“ฆGitHub repoapp + Dockerfile
โ†’
๐Ÿ”จkaniko buildimage built in-cluster
โ†’
โš™๏ธenv injectionGREETING + MESSAGE from the dashboard, encrypted at rest
โ†’
๐ŸŸขnode podreads them from the environment
โ†’
๐Ÿ”’HTTPSauto TLS

Your configured env vars (read live from the pod)

GREETINGHello
MESSAGEWonderfull

What this proves

Live runtime values

$PORT (injected by GitFred)8080
Pod hostnameweb-7c5b8b6ff7-rvvvh