mirror of
https://github.com/zoriya/snow.git
synced 2026-08-05 13:57:26 +00:00
17 lines
293 B
YAML
17 lines
293 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: proxy
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: proxy
|
|
image: alpine
|
|
command:
|
|
- sleep
|
|
- infinitely
|
|
ports:
|
|
- name: http
|
|
containerPort: 8080
|