如何在极狐GitLab 配置 邮件功能 您所在的位置:网站首页 极狐gitlab待遇 如何在极狐GitLab 配置 邮件功能

如何在极狐GitLab 配置 邮件功能

2024-06-14 02:53| 来源: 网络整理| 查看: 265

本文作者:徐晓伟

GitLab 是一个全球知名的一体化 DevOps 平台,很多人都通过私有化部署 GitLab 来进行源代码托管。极狐GitLab 是 GitLab 在中国的发行版,专门为中国程序员服务。可以一键式部署极狐GitLab。

本文主要讲述了在极狐GitLab 用户找回密码、流水线失败等需要提醒时发送邮件。

说明 启用前查看后台任务,查看已停滞历史邮件 如果不进行干预,当邮件配置生效后,可以重试历史邮件 file如果不想发送大量历史电子邮件,可删除未发送的电子邮件 file 文档 电子邮件电子邮件配置 配置

以下配置使用 Microsoft Office 365 IMAP 配置,其他配置雷同,参见: 电子邮件

创建 Microsoft Office 365 IMAP 密码 secret

kubectl -n gitlab-test create secret generic smtp-password --from-literal=password=你的密码

导出 helm gitlab 配置

helm -n gitlab-test get values my-gitlab > my-gitlab.yaml

修改 helm gitlab 配置

global: smtp: address: smtp.office365.com authentication: login domain: test.helm.xuxiaowei.cn enabled: true openssl_verify_mode: peer password: key: password secret: smtp-password port: 587 starttls_auto: true user_name: [email protected]

更新 helm gitlab 配置

helm upgrade -n gitlab-test --install my-gitlab gitlab/gitlab -f my-gitlab.yaml --timeout 600s --version 7.7.0

等待所有 pod 更新完成

[root@anolis-7-9 ~]# kubectl -n gitlab-test get pod -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES cm-acme-http-solver-2ldtp 1/1 Running 14 (24m ago) 2d10h 192.168.210.255 anolis-7-9 cm-acme-http-solver-94dv5 1/1 Running 14 (24m ago) 2d10h 192.168.210.194 anolis-7-9 cm-acme-http-solver-klkpz 1/1 Running 14 (24m ago) 2d10h 192.168.210.253 anolis-7-9 my-gitlab-certmanager-8457bfdc8-w858k 1/1 Running 14 (24m ago) 2d10h 192.168.240.118 anolis-7-7 my-gitlab-certmanager-cainjector-74df787cf4-j7cfc 1/1 Running 14 (24m ago) 2d10h 192.168.240.66 anolis-7-7 my-gitlab-certmanager-webhook-7b86db4c96-dhcxl 1/1 Running 14 (24m ago) 2d10h 192.168.240.98 anolis-7-7 my-gitlab-gitaly-0 1/1 Running 14 (24m ago) 2d10h 192.168.210.196 anolis-7-9 my-gitlab-gitlab-exporter-55dcfcb595-gl6nm 1/1 Running 14 (24m ago) 2d10h 192.168.210.230 anolis-7-9 my-gitlab-gitlab-pages-f65879869-c9kxd 1/1 Running 1 (24m ago) 21h 192.168.210.236 anolis-7-9 my-gitlab-gitlab-runner-5f6ff5994c-wdw5l 1/1 Running 4 (19m ago) 25h 192.168.210.216 anolis-7-9 my-gitlab-gitlab-shell-55fdc9cb9f-52gnr 1/1 Running 14 (21h ago) 2d10h 192.168.240.125 anolis-7-7 my-gitlab-gitlab-shell-55fdc9cb9f-cfhsh 1/1 Running 14 (24m ago) 2d10h 192.168.210.219 anolis-7-9 my-gitlab-issuer-38-h4pdv 0/1 Completed 0 8m41s 192.168.240.114 anolis-7-7 my-gitlab-kas-688dc97ddd-28gr7 1/1 Running 38 (24m ago) 2d10h 192.168.240.95 anolis-7-7 my-gitlab-kas-688dc97ddd-tvkvd 1/1 Running 45 (18m ago) 2d10h 192.168.210.243 anolis-7-9 my-gitlab-migrations-38-8fnqg 0/1 Completed 0 8m41s 192.168.240.81 anolis-7-7 my-gitlab-minio-66f584f746-t6qwb 1/1 Running 7 (19m ago) 2d2h 192.168.210.237 anolis-7-9 my-gitlab-minio-create-buckets-38-nfs8t 0/1 Completed 0 8m41s 192.168.240.78 anolis-7-7 my-gitlab-nginx-ingress-controller-6bdd56c45-ch57n 1/1 Running 14 (24m ago) 2d10h 192.168.240.124 anolis-7-7 my-gitlab-nginx-ingress-controller-6bdd56c45-cm2lz 1/1 Running 15 (19m ago) 2d10h 192.168.210.193 anolis-7-9 my-gitlab-postgresql-0 2/2 Running 30 (19m ago) 2d10h 192.168.210.250 anolis-7-9 my-gitlab-prometheus-server-646489c599-8mgc9 2/2 Running 30 (19m ago) 2d10h 192.168.210.248 anolis-7-9 my-gitlab-redis-master-0 2/2 Running 30 (19m ago) 2d10h 192.168.210.252 anolis-7-9 my-gitlab-registry-78fc549f8d-d2zjv 1/1 Running 14 (24m ago) 2d10h 192.168.240.67 anolis-7-7 my-gitlab-registry-78fc549f8d-xbkvh 1/1 Running 14 (24m ago) 2d10h 192.168.210.247 anolis-7-9 my-gitlab-sidekiq-all-in-1-v2-7b6d5575fb-kwvtf 1/1 Running 0 8m41s 192.168.240.77 anolis-7-7 my-gitlab-toolbox-658f8894ff-tzlct 1/1 Running 0 8m40s 192.168.240.79 anolis-7-7 my-gitlab-webservice-default-fd8948f47-jkm44 2/2 Running 0 7m45s 192.168.240.73 anolis-7-7 my-gitlab-webservice-default-fd8948f47-mxjz6 2/2 Running 0 8m41s 192.168.210.195 anolis-7-9 [root@anolis-7-9 ~]#

重试一个历史任务或者重试一个异常流水线,即可发送邮件

发送邮件 file接收邮件 file

号外号外! 极狐GitLab 正在推出DevSecOps 成熟度测评!链接:https://gitlab.cn/devsecops-assessment/ 测评非常全面并提供了可靠建议,即使不付费买产品,对自己想要落地 DevSecOps 的用户具有很高的参考意义!快来动手试试吧! file



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有