mirror of https://github.com/k3s-io/k3s
27 lines
539 B
Plaintext
Executable File
27 lines
539 B
Plaintext
Executable File
# Please edit the 'last-applied-configuration' annotations below.
|
|
# Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
|
|
#
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations: {}
|
|
creationTimestamp: 2017-02-01T21:14:09Z
|
|
labels:
|
|
app: svc1
|
|
new-label: new-value
|
|
name: svc1
|
|
namespace: myproject
|
|
resourceVersion: "20820"
|
|
spec:
|
|
ports:
|
|
- name: "80"
|
|
port: 81
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: svc1
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
status:
|
|
loadBalancer: {}
|