Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fceba8ccea | |||
| bfb16288b9 | |||
| d90f43411f | |||
|
a30a5f28fb
|
|||
|
e4cb8b36df
|
|||
| ff956948bf | |||
| 18e3815e03 | |||
| 2dfca9bcbc | |||
|
5a013b42ba
|
|||
|
5cb695e096
|
|||
|
3b7582edd0
|
|||
|
49321a0fa0
|
|||
|
9b55685967
|
|||
|
d257651195
|
+2
-2
@@ -16,8 +16,8 @@
|
|||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
"name": "nixpkgs-unstable",
|
"name": "nixpkgs-unstable",
|
||||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre937085.6308c3b21396/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre930822.ed142ab1b3a0/nixexprs.tar.xz",
|
||||||
"hash": "sha256-RuGWBqXVEsZwwBvRGS/nRrA6PQyOQwVaAu139Z853Bk="
|
"hash": "sha256-XH6awru9NnBc/m+2YhRNT8r1PAKEiPGF3gs//F3ods0="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 7
|
"version": 7
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -8,9 +8,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: attic
|
namespace: attic
|
||||||
server: 'https://kubernetes.default.svc'
|
server: "https://kubernetes.default.svc"
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://git.oceanbox.io/oceanbox/manifests.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: values/attic/manifests
|
path: values/attic/manifests
|
||||||
project: aux
|
project: aux
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
clusterConfig:
|
clusterConfig:
|
||||||
manifests: https://gitlab.com/oceanbox/manifests.git
|
manifests: https://git.oceanbox.io/oceanbox/manifests.git
|
||||||
cilium:
|
cilium:
|
||||||
enabled: false
|
enabled: false
|
||||||
env: "prod"
|
env: "prod"
|
||||||
|
|||||||
@@ -71,16 +71,14 @@ gitea:
|
|||||||
oauth2_client:
|
oauth2_client:
|
||||||
REGISTER_EMAIL_CONFIRM: false
|
REGISTER_EMAIL_CONFIRM: false
|
||||||
ENABLE_AUTO_REGISTRATION: true
|
ENABLE_AUTO_REGISTRATION: true
|
||||||
UPDATE_AVATAR: true
|
ACCOUNT_LINKING: "login"
|
||||||
ACCOUNT_LINKING: auto
|
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
|
||||||
@@ -93,9 +91,6 @@ gitea:
|
|||||||
existingSecret: gitea-oauth-oceanbox
|
existingSecret: gitea-oauth-oceanbox
|
||||||
autoDiscoverUrl: "https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/.well-known/openid-configuration"
|
autoDiscoverUrl: "https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/.well-known/openid-configuration"
|
||||||
scopes: "openid profile email groups"
|
scopes: "openid profile email groups"
|
||||||
groupClaimName: "groups"
|
|
||||||
adminGroup: "/oceanbox/devel"
|
|
||||||
restrictedGroup: ""
|
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
- name: GITEA__STORAGE__MINIO_ACCESS_KEY_ID
|
- name: GITEA__STORAGE__MINIO_ACCESS_KEY_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -148,7 +143,7 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
|
||||||
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.19.255.0/24,100.64.0.0/12
|
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.19.255.0/24,100.64.0.0/12,185.125.160.4/32,37.27.203.38/32
|
||||||
hosts:
|
hosts:
|
||||||
- host: git.oceanbox.io
|
- host: git.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
@@ -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,9 +215,10 @@ 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:443",
|
"dc.hel1.net:22,443",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user