10 lines
286 B
YAML
10 lines
286 B
YAML
name: example-admin
|
|
install: true
|
|
description: An example application that is deployed with internal-only access.
|
|
version: 1.0.0
|
|
defaultConfig:
|
|
namespace: example-admin
|
|
externalDnsDomain: '{{ .cloud.domain }}'
|
|
host: '{{ .host }}'
|
|
tlsSecretName: wildcard-internal-wild-cloud-tls
|