mirror of https://github.com/k3s-io/k3s
24 lines
562 B
Plaintext
Executable File
24 lines
562 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.
|
|
#
|
|
# The edited file had a syntax error: error parsing edited-file: error converting YAML to JSON: yaml: line 12: could not find expected ':'
|
|
#
|
|
kind: Service
|
|
metadata:
|
|
annotations: {}
|
|
labels:
|
|
app: svc1
|
|
new-label: foo
|
|
name: svc1
|
|
namespace: myproject
|
|
spec
|
|
ports:
|
|
name: "80"
|
|
port: 81
|
|
protocol: TCP
|
|
targetPort: 81
|
|
sessionAffinity: None
|
|
type: ClusterIP
|
|
status:
|
|
loadBalancer: {
|