摘要:
pv apiVersion: v1 kind: PersistentVolume metadata: name: my-pv spec: capacity: storage: 5Gi accessModes: - ReadWriteMany nfs: path: /data/nfs server: 阅读全文
posted @ 2020-12-15 16:09
Richardo-M-Lu
阅读(1764)
评论(0)
推荐(0)
摘要:
service apiVersion: v1 kind: Service metadata: creationTimestamp: null labels: app: nginx name: nginx1 spec: ports: - port: 80 protocol: TCP targetPor 阅读全文
posted @ 2020-12-15 15:13
Richardo-M-Lu
阅读(608)
评论(0)
推荐(0)
摘要:
job apiVersion: batch/v1 kind: Job metadata: creationTimestamp: null name: pi spec: template: metadata: creationTimestamp: null spec: containers: - im 阅读全文
posted @ 2020-12-15 15:02
Richardo-M-Lu
阅读(625)
评论(0)
推荐(0)
摘要:
deployments apiVersion: apps/v1 kind: Deployment metadata: creationTimestamp: null labels: app: nginx name: nginx spec: replicas: 1 selector: matchLab 阅读全文
posted @ 2020-12-15 14:58
Richardo-M-Lu
阅读(217)
评论(0)
推荐(0)