add twitton deployment
This commit is contained in:
parent
72640d252c
commit
9709159ecf
13 changed files with 467 additions and 0 deletions
20
twitton/values.yaml
Normal file
20
twitton/values.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
||||
hosts:
|
||||
- host: twitton.poire.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: poire.dev-wildcard-tls
|
||||
hosts:
|
||||
- twitton.poire.dev
|
||||
|
||||
twitton:
|
||||
webDomain: twitton.poire.dev
|
||||
localDomain: twitton.poire.dev
|
||||
adminUsername: aram
|
||||
adminKeySecretName: twitton-admin-keys
|
Loading…
Add table
Add a link
Reference in a new issue