Skip to content

Instantly share code, notes, and snippets.

View luilver's full-sized avatar

Luilver Garcés Briñas luilver

View GitHub Profile
@jferris
jferris / configmap.yaml
Last active July 4, 2024 09:52
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"