You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

nginx.yaml 1.9 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. description: sealos-task-zw3
  2. name: sealos-task-zw3
  3. nsID: ns-admin
  4. tasks:
  5. - taskType: cloud
  6. replicas: 2
  7. matchLabels:
  8. cloud: sealos
  9. metadata:
  10. - apiVersion: v1
  11. kind: Service
  12. metadata:
  13. namespace: ns-admin
  14. name: hello-world-3
  15. labels:
  16. cloud.sealos.io/app-deploy-manager: hello-world-3
  17. spec:
  18. ports:
  19. - port: 80
  20. targetPort: 80
  21. name: rcszabasszit
  22. selector:
  23. app: hello-world-3
  24. - apiVersion: apps/v1
  25. kind: Deployment
  26. metadata:
  27. namespace: ns-admin
  28. name: hello-world-3
  29. annotations:
  30. originImageName: nginx
  31. deploy.cloud.sealos.io/minReplicas: '1'
  32. deploy.cloud.sealos.io/maxReplicas: '1'
  33. labels:
  34. cloud.sealos.io/app-deploy-manager: hello-world-3
  35. app: hello-world-3
  36. spec:
  37. replicas: 1
  38. revisionHistoryLimit: 1
  39. selector:
  40. matchLabels:
  41. app: hello-world-3
  42. strategy:
  43. type: RollingUpdate
  44. rollingUpdate:
  45. maxUnavailable: 0
  46. maxSurge: 1
  47. template:
  48. metadata:
  49. labels:
  50. app: hello-world-3
  51. restartTime: '20231129185132'
  52. spec:
  53. containers:
  54. - name: hello-world-3
  55. image: nginx
  56. env: []
  57. resources:
  58. requests:
  59. cpu: 10m
  60. memory: 6Mi
  61. limits:
  62. cpu: 100m
  63. memory: 64Mi
  64. ports:
  65. - containerPort: 80
  66. name: rcszabasszit
  67. imagePullPolicy: Always
  68. volumeMounts: []
  69. volumes: []

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.