generated from coulomb/repo-seed
feat(statehub): deploy empty railiance state hub
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# Production values for the State Hub Railiance chart handoff.
|
||||
# Non-secret values only. DATABASE_URL comes from the Secret `state-hub-env`.
|
||||
|
||||
namespace:
|
||||
create: false
|
||||
|
||||
image:
|
||||
tag: "b536741"
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
enabled: false
|
||||
|
||||
8
deploy/railiance/apps/manifests/state-hub-namespace.yaml
Normal file
8
deploy/railiance/apps/manifests/state-hub-namespace.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: state-hub
|
||||
labels:
|
||||
railiance.io/layer: s5-app
|
||||
railiance.io/postgres-client: state-hub-db
|
||||
Reference in New Issue
Block a user