04 2020 档案

摘要:```yaml kind: Deployment apiVersion: apps/v1 metadata: name: jenkins namespace: paas-jenkins spec: replicas: 1 selector: matchLabels: app: jenkins template: metadata: labels: app: jenkins spec: servic 阅读全文
posted @ 2020-04-30 23:14 博客萨斯州 阅读(212) 评论(0) 推荐(0) 编辑
摘要:"参考大神博客:Too many open files的四种解决办法" 阅读全文
posted @ 2020-04-29 21:11 博客萨斯州 阅读(2328) 评论(0) 推荐(0) 编辑
摘要:配置nginx的时候遇到很奇怪的问题,nginx配置如下,访问的时候转到了 proxy_set_header Host 设置的地址了,没有搞明白这个是个什么道理。 阅读全文
posted @ 2020-04-16 20:54 博客萨斯州 阅读(200) 评论(0) 推荐(0) 编辑