修改deployment.yml文件格式,防止json转换错误
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m6s
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m6s
This commit is contained in:
@@ -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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@@ -59,9 +28,7 @@ spec:
|
|||||||
- containerPort: 9090
|
- containerPort: 9090
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: dockerhub-id
|
- name: dockerhub-id
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user