Remove domain from helm chart

This commit is contained in:
Jake Spain 2023-02-16 10:56:52 -05:00
parent c081251826
commit e4515e6d03
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113
3 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,6 @@ image:
jruby_opts: '-J-XX:+UseG1GC'
configmapName: 'vmpooler-baseconfig'
sut_domain: 'vmpooler.example.com'
usage_stats: true
ondemand_request_ttl: '50'
ondemand_clone_limit: '50'
@ -17,6 +16,11 @@ vm_lifetime: '2'
vm_lifetime_auth: '12'
timeout: '15'
:dns_configs:
:example:
dns_class: dynamic-dns
domain: 'vmpooler.example.com'
# .json private key, set in ENV var
gce:
keyfile: '/vault/secrets/gce-keyfile.json'