fix: update sorcerer deploy manifests
This commit is contained in:
@@ -4,3 +4,6 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
|
||||
value: /healthz
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom
|
||||
value: []
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: sorcerer
|
||||
patchesJson6902:
|
||||
- target:
|
||||
version: v1
|
||||
group: apps
|
||||
kind: Deployment
|
||||
name: sorcerer
|
||||
path: deployment_patch.yaml
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: registry.gitlab.com/oceanbox/sorcerer
|
||||
tag: latest
|
||||
tag: v4.3.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
init:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"sso": {
|
||||
"cookieDomain": ".oceanbox.io",
|
||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||
"redis": "10.1.30.100:30379,user=default,password=ymL4dlOBvU",
|
||||
"redis": "10.255.241.201:30379,user=default,password=secret",
|
||||
"appDomain": "atlantis",
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
@@ -18,5 +18,5 @@
|
||||
"archiveSvc": "https://archmeister.svc.oceanbox.io",
|
||||
"cacheDir": "/data/archives/cache",
|
||||
"logService" : "https://seq.oceanbox.io",
|
||||
"logApiKey": "DkORuCih08QUGKVDNmwy"
|
||||
}
|
||||
"logApiKey": ""
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
SEQ_APIKEY=DkORuCih08QUGKVDNmwy
|
||||
@@ -11,4 +11,9 @@
|
||||
value:
|
||||
name: ARCHMEISTER_AUTH
|
||||
value: "admin:en-to-tre-fire"
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
secretRef:
|
||||
name: prod-sorcerer-env
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
namePrefix: production-
|
||||
namespace: sorcerer
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- name: sorcerer-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: prod-sorcerer-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: prod-sorcerer-env
|
||||
envs:
|
||||
- default.env
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: sorcerer
|
||||
path: deployment_patch.yaml
|
||||
bases:
|
||||
- ../base
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"sso": {
|
||||
"cookieDomain": ".oceanbox.io",
|
||||
"signedOutRedirectUri": "https://idp.oceanbox.io/dex/static/logout.html",
|
||||
"redis": "10.1.8.60:30379,user=default,password=JICkoUKD0Y",
|
||||
"redis": "10.255.241.201:31379,user=default,password=secret",
|
||||
"appDomain": "atlantis",
|
||||
"dataProtectionKeys": "DataProtection-Keys"
|
||||
},
|
||||
@@ -22,5 +22,5 @@
|
||||
"archiveSvc": "https://archmeister.dev.oceanbox.io",
|
||||
"cacheDir": "/data/archives/cache",
|
||||
"logService" : "https://seq.oceanbox.io",
|
||||
"logApiKey": "DkORuCih08QUGKVDNmwy"
|
||||
"logApiKey": ""
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
SEQ_APIKEY=DkORuCih08QUGKVDNmwy
|
||||
@@ -11,4 +11,9 @@
|
||||
value:
|
||||
name: ARCHMEISTER_AUTH
|
||||
value: "admin:en-to-tre-fire"
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
value:
|
||||
secretRef:
|
||||
name: staging-sorcerer-env
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
namePrefix: staging-
|
||||
namespace: sorcerer
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- name: sorcerer-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: staging-sorcerer-appsettings
|
||||
files:
|
||||
- appsettings.json
|
||||
- name: staging-sorcerer-env
|
||||
envs:
|
||||
- default.env
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: sorcerer
|
||||
path: deployment_patch.yaml
|
||||
bases:
|
||||
- ../base
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
fullnameOverride: "sorcerer"
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
tag: latest
|
||||
tag: bede7682-debug
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user