This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
meta:
|
||||
name: www
|
||||
tenant: nate-lubitz
|
||||
|
||||
registry:
|
||||
url: registry.natelubitz.com
|
||||
pull_secret: regcred
|
||||
|
||||
dns:
|
||||
provider: cloudflare
|
||||
cloudflare:
|
||||
api_token: ${CLOUDFLARE_API_TOKEN}
|
||||
zones:
|
||||
- name: natelubitz.com
|
||||
zone_id: ${CF_ZONE_ID_NATELUBITZ}
|
||||
proxied: false
|
||||
node_ip: ${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
|
||||
Reference in New Issue
Block a user