mirror of
https://github.com/traefik/mesh.git
synced 2026-05-02 18:32:32 +00:00
14 lines
197 B
YAML
14 lines
197 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: mesh-pod-1
|
|
namespace: foo
|
|
labels:
|
|
component: maesh-mesh
|
|
spec:
|
|
containers:
|
|
- name: example
|
|
image: busybox
|
|
status:
|
|
podIP: "127.0.0.1"
|