mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
17 lines
295 B
YAML
17 lines
295 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: hello-krust
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: hello-krust
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: hello-krust
|
|
spec:
|
|
containers:
|
|
- name: app
|
|
image: krust://./example/hello-krust
|