mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 17:22:13 +01:00
* Change kubectl provider * chore: Remove `kubectl` provider --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
22 lines
411 B
YAML
22 lines
411 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: inflate
|
|
spec:
|
|
replicas: 5
|
|
selector:
|
|
matchLabels:
|
|
app: inflate
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: inflate
|
|
spec:
|
|
terminationGracePeriodSeconds: 0
|
|
containers:
|
|
- name: inflate
|
|
image: public.ecr.aws/eks-distro/kubernetes/pause:3.7
|
|
resources:
|
|
requests:
|
|
cpu: 1
|