k3s/kustomize/deployservice/deployment.yaml

12 lines
136 B
YAML
Raw Normal View History

2025-01-31 10:33:46 -05:00
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: app
spec:
replicas: 1
strategy:
type: Recreate
template:
spec: