-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
connect(O) Service Entry(O)
kind: Service
apiVersion: v1
metadata:
name: nginx
namespace: nginx
labels:
app: nginx
identity: nginx
spec:
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
selector:
app: nginx
type: ClusterIP
sessionAffinity: None
Connect(X) Service Entry(X)
kind: Service
apiVersion: v1
metadata:
name: nginx
namespace: nginx
labels:
app: nginx
identity: nginx
spec:
ports:
- name: http-dev #or grpc
protocol: TCP
port: 80
targetPort: 80
selector:
app: nginx
type: ClusterIP
sessionAffinity: None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working