上一页 1 2 3 4 5 6 7 8 ··· 39 下一页
摘要: ![](https://img2020.cnblogs.com/blog/1394549/202012/1394549-20201216111810177-1229769215.png) 阅读全文
posted @ 2020-12-16 11:19 Done、 阅读(471) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-12-02 16:57 Done、 阅读(0) 评论(0) 推荐(0) 编辑
摘要: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: study-center-api namespace: test spec: rules: - host: dev-study.dayutang.cn http: paths: 阅读全文
posted @ 2020-12-02 16:55 Done、 阅读(0) 评论(0) 推荐(0) 编辑
摘要: kind: Service apiVersion: v1 metadata: name: study-center-api namespace: test spec: ports: - protocol: TCP port: 9003 targetPort: 9003 selector: app: 阅读全文
posted @ 2020-12-02 16:54 Done、 阅读(0) 评论(0) 推荐(0) 编辑
摘要: kind: Deployment apiVersion: extensions/v1beta1 metadata: name: study-center-api namespace: test labels: name: study-center-api spec: replicas: 1 sele 阅读全文
posted @ 2020-12-02 16:52 Done、 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 39 下一页