35 lines
566 B
YAML
35 lines
566 B
YAML
meta:
|
|
name: www
|
|
tenant: nate-lubitz
|
|
|
|
registry:
|
|
url: registry.container-registry.svc.cluster.local:5000
|
|
insecure: true
|
|
|
|
dns:
|
|
target: ${KFORGE_NODE_IP}
|
|
|
|
cluster:
|
|
tls_issuer: letsencrypt-prod
|
|
ingress_class: nginx
|
|
cnpg:
|
|
host: cnpg-main-rw.default.svc.cluster.local
|
|
|
|
defaults:
|
|
port: 3000
|
|
health_check:
|
|
path: /healthcheck
|
|
|
|
environments:
|
|
production:
|
|
namespace: production
|
|
image_tag: latest
|
|
ingress:
|
|
hosts:
|
|
- hostname: natelubitz.com
|
|
tls: true
|
|
dns_record: false
|
|
|
|
lifecycle:
|
|
delete: false
|