mirror of https://github.com/linkerd/linkerd2.git
18 lines
360 B
YAML
18 lines
360 B
YAML
kind: Pod
|
|
apiVersion: apps/v1
|
|
metadata:
|
|
name: nginx
|
|
namespace: kube-public
|
|
annotations:
|
|
config.linkerd.io/proxy-log-level: linkerd[name="inbound"]=trace,linkerd[name="outbound"]=debug,info
|
|
linkerd.io/inject: enabled
|
|
labels:
|
|
app: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- name: http
|
|
containerPort: 80
|