mirror of
https://github.com/traefik/mesh.git
synced 2026-06-01 18:37:57 +00:00
21 lines
305 B
YAML
21 lines
305 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: tool
|
|
namespace: test
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: tool
|
|
namespace: test
|
|
spec:
|
|
serviceAccountName: tool
|
|
containers:
|
|
- name: tool
|
|
image: giantswarm/tiny-tools:3.9
|
|
command:
|
|
- "sleep"
|
|
- "36000" |