mirror of https://github.com/linkerd/linkerd2.git
27 lines
449 B
YAML
27 lines
449 B
YAML
kind: Deployment
|
|
apiVersion: apps/v1
|
|
metadata:
|
|
name: nginx
|
|
namespace: kube-public
|
|
labels:
|
|
app: nginx
|
|
linkerd.io/auto-inject: enabled
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: nginx
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nginx
|
|
annotations:
|
|
created-by: isim
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- name: http
|
|
containerPort: 80
|