apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: web
name: web
spec:
replicas: 1
selector:
matchLabels:
app: web
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: web
spec:
containers:
- image: registry.cn-hangzhou.aliyuncs.com/shiningrise/nginx:1.22.1
name: nginx
resources: {}
status: {}
---
apiVersion: v1
kind: Service
metadata:
name: my-nodeport-service
labels:
app: web
spec:
type: NodePort
selector:
app: web
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30001 # 可選,如果沒有指定,Kubernetes 會自動分配
k8s配置檔案
相關文章
- Kubernetes(k8s)配置檔案管理:ConfigMapK8S
- Git配置配置檔案Git
- 8.4.4 配置檔案
- vim配置檔案
- Maven配置檔案Maven
- 配置檔案vimrc
- MySQL配置檔案MySql
- shell配置檔案
- mysql 配置檔案MySql
- WCF配置檔案
- bash配置檔案
- pch檔案配置
- nginx配置檔案Nginx
- Nginx 配置檔案Nginx
- Maven 配置檔案Maven
- mongodb配置檔案常用配置項MongoDB
- apache 配置檔案的配置(轉)Apache
- 熱更新配置檔案
- 理解 Typescript 配置檔案TypeScript
- Git修改配置檔案Git
- 【Mongo】mongo配置檔案Go
- Nginx配置檔案解析Nginx
- redis配置檔案解析Redis
- EBS--配置檔案
- VSFTP配置檔案FTP
- 系統配置檔案
- MySQL Cluster 配置檔案MySql
- 何為配置檔案
- 四、nvim配置檔案
- ssm的配置檔案SSM
- gitignore 檔案配置Git
- 後端配置檔案後端
- C#配置檔案C#
- Golang 專案之配置檔案Golang
- Profile配置和載入配置檔案
- 【Python】配置檔案配置路徑Python
- webpack配置Plugin/配置檔案分離WebPlugin
- mysql--my.ini配置檔案配置MySql