Adds ohmyform app.
This commit is contained in:
26
ohmyform/versions/1/manifest.yaml
Normal file
26
ohmyform/versions/1/manifest.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
version: 1.0.3-2
|
||||
requires:
|
||||
- name: postgres
|
||||
- name: redis
|
||||
defaultConfig:
|
||||
namespace: ohmyform
|
||||
externalDnsDomain: "{{ .cloud.domain }}"
|
||||
domain: ohmyform.{{ .cloud.domain }}
|
||||
tlsSecretName: wildcard-wild-cloud-tls
|
||||
adminEmail: "{{ .operator.email }}"
|
||||
db:
|
||||
host: "{{ .apps.postgres.host }}"
|
||||
port: "{{ .apps.postgres.port }}"
|
||||
name: ohmyform
|
||||
user: ohmyform
|
||||
redis:
|
||||
host: "{{ .apps.redis.host }}"
|
||||
defaultSecrets:
|
||||
- key: dbPassword
|
||||
- key: dbUrl
|
||||
default: "postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host }}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable"
|
||||
- key: secretKey
|
||||
- key: adminPassword
|
||||
requiredSecrets:
|
||||
- postgres.password
|
||||
- redis.password
|
||||
Reference in New Issue
Block a user