Compare commits

...

5 Commits

Author SHA1 Message Date
juselius fceba8ccea fix: add eli and hansi to ocenographers acl 2026-02-02 15:37:19 +01:00
juselius bfb16288b9 Merge branch 'main' of gitlab.com:oceanbox/manifests 2026-02-02 12:31:00 +01:00
mrtz a30a5f28fb fix: Use working env 2026-02-01 22:46:56 +01:00
mrtz e4cb8b36df fix(gitea/pf): Add mail 2026-02-01 22:40:08 +01:00
mrtz 5a013b42ba fix: Add gitea to sys-proj and whitelist 2026-02-01 11:56:37 +01:00
4 changed files with 20 additions and 17 deletions
+1
View File
@@ -95,6 +95,7 @@ spec:
sourceRepos: sourceRepos:
- https://argoproj.github.io/argo-helm - https://argoproj.github.io/argo-helm
- https://kubernetes-sigs.github.io/metrics-server/ - https://kubernetes-sigs.github.io/metrics-server/
- https://git.oceanbox.io/oceanbox/manifests
- https://gitlab.com/oceanbox/manifests.git - https://gitlab.com/oceanbox/manifests.git
- https://kubernetes.github.io/ingress-nginx - https://kubernetes.github.io/ingress-nginx
- https://cloudnative-pg.github.io/charts - https://cloudnative-pg.github.io/charts
+6 -8
View File
@@ -73,14 +73,12 @@ gitea:
ENABLE_AUTO_REGISTRATION: true ENABLE_AUTO_REGISTRATION: true
ACCOUNT_LINKING: "login" ACCOUNT_LINKING: "login"
USERNAME: "nickname" USERNAME: "nickname"
# mailer: mailer:
# ENABLED: true ENABLED: true
# FROM: "noreply@oceanbox.io" FROM: "gitea@oceanbox.io"
# PROTOCOL: "smtp+startls" PROTOCOL: "smtp"
# SMTP_ADDR: "smtp.office365.com" SMTP_ADDR: "postfix-mail.postfix.svc.cluster.local"
# SMTP_PORT: 587 SMTP_PORT: 587
# USER: "noreply@oceanbox.io"
# PASSWD:
database: database:
DB_TYPE: postgres DB_TYPE: postgres
MAX_OPEN_CONNS: 90 MAX_OPEN_CONNS: 90
+3
View File
@@ -115,6 +115,8 @@ configMaps:
"isa.rosso@oceanbox.io", "isa.rosso@oceanbox.io",
"jonathan.lilly@oceanbox.io", "jonathan.lilly@oceanbox.io",
"faith.iha@oceanbox.io", "faith.iha@oceanbox.io",
"elianne.ersdal@oceanbox.io", │
"hanskristian.djuve@oceanbox.io",
], ],
"group:manager": [ "group:manager": [
"svenn.hanssen@oceanbox.io", "svenn.hanssen@oceanbox.io",
@@ -213,6 +215,7 @@ configMaps:
], ],
"dst": [ "dst": [
"tag:mumindalen:*", "tag:mumindalen:*",
"tag:hel1:*",
"tag:hpc:22,80,443", "tag:hpc:22,80,443",
"dc.tos.net:22,80,443", "dc.tos.net:22,80,443",
"dc.hel1.net:22,443", "dc.hel1.net:22,443",
+10 -9
View File
@@ -27,16 +27,17 @@ config:
LOG_FORMAT: "json" LOG_FORMAT: "json"
ALLOW_EMPTY_SENDER_DOMAINS: "true" ALLOW_EMPTY_SENDER_DOMAINS: "true"
ALLOWED_SENDER_DOMAINS: "oceanbox.io" ALLOWED_SENDER_DOMAINS: "oceanbox.io"
RELAYHOST: "smtp.office365.com:587" RELAYHOST: "[smtp.office365.com]:587"
RELAYHOST_USERNAME: "noreply@oceanbox.io" RELAYHOST_USERNAME: "gitea@oceanbox.io"
RELAYHOST_PASSWORD: "00c73c4a-1ad5-477d-b773-d5d63986061e" XOAUTH2_CLIENT_ID: "00c73c4a-1ad5-477d-b773-d5d63986061e"
XOAUTH2_SECRET: "3E18Q~ONNftFcCmHIHZmPbLtVqwLDBSCwI9hGagV"
XOAUTH2_TOKEN_ENDPOINT: https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/oauth2/v2.0/token
# XOAUTH2_INITIAL_ACCESS_TOKEN: ""
# XOAUTH2_INITIAL_REFRESH_TOKEN: ""
XOAUTH2_SYSLOG_ON_FAILURE: "no"
XOAUTH2_FULL_TRACE: "no"
postfix: postfix:
myhostname: "oceanbox.io" smtp_tls_security_level: "encrypt"
# mynetworks: "127.0.0.0/8, 10.1.0.0/24"
smtp_tls_security_level: "may"
# To reduce log noise, only try authentication mechanisms supported by Zoho.com
smtpd_sasl_auth_enable: "no"
smtp_sasl_mechanism_filter: "plain, login"
resources: resources:
limits: limits: