oneuptime/ci
2022-01-19 12:23:34 +00:00
..
init-script revert database name from oneuptimedb to fyipedb 2021-11-24 17:12:52 +01:00
scripts fix helm name and kubernetes config 2021-11-30 10:59:38 +01:00
spec fix dockerfiles 2022-01-19 12:23:34 +00:00
README.md

Setup Production Server

Run the production.yml file.

run the file specific to the project with their specific names. kubectl create -f production.yml

Known Issues

Issue 1

Sometimes you'll see this error

$ kubectl create -f staging.yaml
error: SchemaError(io.k8s.api.apps.v1beta2.DeploymentCondition): invalid object doesn't have additional properties

Solution:

Run the kubectl command with validate false

$ kubectl create -f staging.yaml --validate=false