Skip to content

Instantly share code, notes, and snippets.

View pdx91's full-sized avatar
:shipit:
shipit

PD pdx91

:shipit:
shipit
View GitHub Profile
@jferris
jferris / configmap.yaml
Last active October 28, 2024 01:42
Rails Kubernetes Manifests
apiVersion: v1
kind: ConfigMap
metadata:
name: example
namespace: default
data:
APPLICATION_HOST: example.com
LANG: en_US.UTF-8
PIDFILE: /tmp/server.pid
PORT: "3000"