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