2.edited 752 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Please edit the 'last-applied-configuration' annotations below.
  2. # Lines beginning with a '#' will be ignored, and an empty file will abort the edit.
  3. #
  4. apiVersion: v1
  5. items:
  6. - apiVersion: v1
  7. data:
  8. baz: qux
  9. foo: changed-value
  10. new-data: new-value
  11. new-data2: new-value
  12. new-data3: newivalue
  13. kind: ConfigMap
  14. metadata:
  15. annotations: {}
  16. name: cm1
  17. namespace: myproject
  18. - kind: Service
  19. metadata:
  20. annotations: {}
  21. labels:
  22. app: svc1
  23. new-label: foo
  24. new-label2: foo2
  25. name: svc1
  26. namespace: myproject
  27. spec:
  28. ports:
  29. - name: "80"
  30. port: 82
  31. protocol: TCP
  32. targetPort: 81
  33. sessionAffinity: None
  34. type: ClusterIP
  35. status:
  36. loadBalancer: {}
  37. kind: List
  38. metadata: {}