add twitton deployment

This commit is contained in:
Aram 🍐 2022-12-21 02:18:34 -05:00
parent 72640d252c
commit 9709159ecf
13 changed files with 467 additions and 0 deletions

20
twitton/values.yaml Normal file
View 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