add backstage deployment
This commit is contained in:
17
ansible-5/roles/prod.k3s/files/backstage/values.yaml
Normal file
17
ansible-5/roles/prod.k3s/files/backstage/values.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# backstage chart values
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
host: backstage.xai-corp.net
|
||||
tls:
|
||||
enabled: true
|
||||
secretName: xai-corp-production-tls
|
||||
|
||||
backstage:
|
||||
replicas: 0
|
||||
revisionHistoryLimit: 5
|
||||
image:
|
||||
tag: "latest"
|
||||
registry: "ghcr.io"
|
||||
repository: "backstage/backstage"
|
||||
@@ -22,6 +22,7 @@ spec:
|
||||
- stash.xai-corp.net
|
||||
- dkregistry.xai-corp.net
|
||||
- funkwhale.xai-corp.net
|
||||
- backstage.xai-corp.net
|
||||
acme:
|
||||
config:
|
||||
- http01:
|
||||
|
||||
Reference in New Issue
Block a user