Compare commits

..

4 Commits

Author SHA1 Message Date
bamanker
95edbd85aa 修改deployment.yml文件格式,防止json转换错误
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m6s
2025-12-25 16:45:48 +08:00
bamanker
255baf2f3d 修改deployment.yml文件格式 2025-12-25 16:42:03 +08:00
bamanker
713a47c337 修改deployment.yml文件格式 2025-12-25 16:42:03 +08:00
bamanker
044ddf9ef1 远程k3s可以连接,测试apply指令-修改参数格式5
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2025-12-25 16:25:26 +08:00

View File

@@ -1,34 +1,3 @@
## k8s默认是访问不了外部服务的需要代理,以mysql和redis为例代理myservice名称到192.168.0.100配置文件中对应的ip修改为myservice
#apiVersion: v1
#kind: Endpoints
#metadata:
# name: myservice
#subsets:
# - addresses:
# - ip: 192.168.0.100
# ports:
# - port: 6379
# protocol: TCP
# name: redis
# - port: 3306
# protocol: TCP
# name: mysql
#---
#apiVersion: v1
#kind: Service
#metadata:
# name: myservice
#spec:
# ports:
# - port: 6379
# targetPort: 6379
# protocol: TCP
# name: redis
# - port: 3306
# targetPort: 3306
# protocol: TCP
# name: mysql
#
---
apiVersion: apps/v1
kind: Deployment
@@ -59,9 +28,7 @@ spec:
- containerPort: 9090
imagePullSecrets:
- name: dockerhub-id
---
apiVersion: v1
kind: Service
metadata: