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
- vim配置檔案
- 8.4.4 配置檔案
- nginx配置檔案Nginx
- MySQL配置檔案MySql
- 【SpringBoot】配置檔案Spring Boot
- 配置檔案vimrc
- Nginx 配置檔案Nginx
- gitignore 檔案配置Git
- Maven 配置檔案Maven
- Springboot配置檔案Spring Boot
- mysql 配置檔案MySql
- docker 配置檔案Docker
- Maven配置檔案Maven
- SpringBoot(配置檔案)Spring Boot
- mongodb配置檔案常用配置項MongoDB
- 【Python】配置檔案配置路徑Python
- php生成配置檔案config.php 生成陣列配置檔案PHP陣列
- 理解 Typescript 配置檔案TypeScript
- 3 springboot配置檔案Spring Boot
- Xcode配置檔案xcconfigXCode
- 【Mongo】mongo配置檔案Go
- Spring Boot 配置檔案Spring Boot
- Git修改配置檔案Git
- Linux常用配置檔案Linux
- Spring檔案最全配置Spring
- 熱更新配置檔案
- C#配置檔案C#
- 後端配置檔案後端
- 四、nvim配置檔案
- ssm的配置檔案SSM
- 【SpringBoot】YAML 配置檔案Spring BootYAML
- SpringBoot-配置檔案Spring Boot
- Golang 專案之配置檔案Golang
- SpringBoot專案配置檔案加密Spring Boot加密
- Profile配置和載入配置檔案
- python讀配置檔案配置資訊Python