major: flipping everything over to new k9s cluster!

This commit is contained in:
2024-03-10 13:31:38 +01:00
parent 39f9f70a70
commit 6bfc37c723
12 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
"https://stig-atlantis.beta.oceanbox.io",
"https://a.local.oceanbox.io:8080"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"cliUsers": [
"admin:en-to-tre-fire"
+1 -1
View File
@@ -35,7 +35,7 @@
"https://stig-atlantis.beta.oceanbox.io",
"https://atlantis.local.oceanbox.io:8080"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"cliUsers": [
"admin:en-to-tre-fire"
+1 -1
View File
@@ -30,7 +30,7 @@
"http://atlantis.srv.oceanbox.io",
"https://atlantis.srv.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "prod"
}
+1 -1
View File
@@ -28,7 +28,7 @@
"http://atlantis.beta.oceanbox.io",
"https://atlantis.beta.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "staging"
}
+2 -2
View File
@@ -7,14 +7,14 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
- host: maps.srv.oceanbox.io
- host: maps.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- atlantis.srv.oceanbox.io
- maps.srv.oceanbox.io
- maps.oceanbox.io
secretName: atlantis-tls
resources:
+5
View File
@@ -9,6 +9,10 @@ ingress:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: idp.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
- host: idp.srv.oceanbox.io
paths:
- path: /
@@ -16,6 +20,7 @@ ingress:
tls:
- secretName: prod-dex-tls
hosts:
- idp.oceanbox.io
- idp.srv.oceanbox.io
+2 -1
View File
@@ -25,7 +25,8 @@ ingress:
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
nginx.ingress.kubernetes.io/ssl-redirect: "true"
enabled: true
extraHosts: []
extraHosts:
- auth.oceanbox.io
extraPaths: []
hostname: auth.srv.oceanbox.io
ingressClassName: nginx
+1 -1
View File
@@ -26,7 +26,7 @@
"https://maps.oceanbox.io",
"https://atlantis.srv.oceanbox.io"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "prod"
}
+1 -1
View File
@@ -28,7 +28,7 @@
"https://atlantis.srv.oceanbox.io",
"https://atlantis.local.oceanbox.io:8080"
],
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "staging"
}
+3 -3
View File
@@ -22,7 +22,7 @@ ui:
enabled: true
path: /
hosts:
- seq.beta.oceanbox.io
- seq.adm.oceanbox.io
# The ingestion-only API.
# This API is a subset of ui that can only ingest events.
@@ -33,7 +33,7 @@ ingestion:
enabled: false
path: /
hosts:
- ingestion.seq.beta.oceanbox.io
- ingestion.seq.adm.oceanbox.io
# Accept events in the GELF format and forward them to Seq.
gelf:
@@ -68,7 +68,7 @@ ingress:
tls:
- secretName: seq-tls
hosts:
- seq.beta.oceanbox.io
- seq.adm.oceanbox.io
labels: {}
resources:
+1 -1
View File
@@ -18,7 +18,7 @@
],
"archiveSvc": "https://archmeister.srv.oceanbox.io",
"cacheDir": "/data/archives/cache",
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "prod"
}
+1 -1
View File
@@ -21,7 +21,7 @@
],
"archiveSvc": "https://archmeister.beta.oceanbox.io",
"cacheDir": "/data/archives/cache",
"logService" : "https://seq.oceanbox.io",
"logService" : "https://seq.adm.oceanbox.io",
"logApiKey": "",
"deployEnv": "staging"
}