99fbc2b4ae
* Monthly 404 fix * WIP * 404 fixes cont * finish 404 fixes * file syntax tested and fixed * fix cn file for netlify preview * syntax cleanup for consistency
13 lines
238 B
YAML
13 lines
238 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: command-demo
|
|
labels:
|
|
purpose: demonstrate-command
|
|
spec:
|
|
containers:
|
|
- name: command-demo-container
|
|
image: debian
|
|
command: ["printenv"]
|
|
args: ["HOSTNAME", "KUBERNETES_PORT"]
|