This repository has been archived on 2024-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
egress-test-deployment/ressources/deployment.yaml
2024-06-20 20:18:20 +00:00

19 lines
342 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: egress-test
name: egress-test-deployment
spec:
replicas: 1
selector:
matchLabels:
app: egress-test
template:
metadata:
labels:
app: egress-test
spec:
containers:
- image: aaronriedel/egress-test:57
name: egress-test