mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 19:57:57 +00:00
27 lines
446 B
YAML
27 lines
446 B
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
app: nginx
|
||
|
tag: alpine
|
||
|
name: nginx-alpine
|
||
|
namespace: demo
|
||
|
spec:
|
||
|
replicas: 3
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: nginx-alpine
|
||
|
strategy: {}
|
||
|
template:
|
||
|
metadata:
|
||
|
creationTimestamp: null
|
||
|
labels:
|
||
|
app: nginx-alpine
|
||
|
spec:
|
||
|
containers:
|
||
|
- image: nginx:alpine
|
||
|
name: nginx
|
||
|
resources: {}
|
||
|
status: {}
|