21 lines
327 B
YAML
21 lines
327 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
creationTimestamp: "2020-04-05T08:37:56Z"
|
|
labels:
|
|
app: nginx
|
|
name: nginx
|
|
namespace: blub
|
|
spec:
|
|
clusterIP: 10.233.34.90
|
|
ports:
|
|
- port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: nginx
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
status:
|
|
loadBalancer: {}
|