reset to laconic
This commit is contained in:
parent
79848cbb96
commit
1f1921d2d6
@ -1,15 +1,15 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: pwa.realitynetwork.store
|
name: pwa.laconic.com
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
secretName: pwa.realitynetwork.store
|
secretName: pwa.laconic.com
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-prod-wild
|
name: letsencrypt-prod-wild
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
commonName: "*.pwa.realitynetwork.store"
|
commonName: "*.pwa.laconic.com"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "pwa.realitynetwork.store"
|
- "pwa.laconic.com"
|
||||||
- "*.pwa.realitynetwork.store"
|
- "*.pwa.laconic.com"
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
# default context is used for stack orchestrator deployments, for testing a custom context name can be usefull
|
# default context is used for stack orchestrator deployments, for testing a custom context name can be usefull
|
||||||
#k8s_cluster_name: tnt-cad-cluster
|
#k8s_cluster_name: lcn-cad-cluster
|
||||||
k8s_cluster_name: default
|
k8s_cluster_name: default
|
||||||
k8s_cluster_url: tnt-cad-cluster-control.realitynetwork.store
|
k8s_cluster_url: lcn-cad-cluster-control.laconic.com
|
||||||
k8s_taint_servers: false
|
k8s_taint_servers: false
|
||||||
|
|
||||||
k8s_acme_email: "{{ support_email }}"
|
k8s_acme_email: "{{ support_email }}"
|
||||||
@ -50,6 +50,6 @@ k8s_manifests:
|
|||||||
secret_key: access-token
|
secret_key: access-token
|
||||||
|
|
||||||
# initiate wildcard cert
|
# initiate wildcard cert
|
||||||
- name: pwa.realitynetwork.store
|
- name: pwa.laconic.com
|
||||||
type: file
|
type: file
|
||||||
source: wildcard-pwa-realitynetwork.yaml
|
source: wildcard-pwa-laconic.yaml
|
@ -6,16 +6,16 @@ nginx_proxy_send_timeout: 1200
|
|||||||
nginx_proxy_connection_timeout: 75
|
nginx_proxy_connection_timeout: 75
|
||||||
|
|
||||||
nginx_sites:
|
nginx_sites:
|
||||||
- name: tnt-console
|
- name: lcn-console
|
||||||
url: tnt-console.realitynetwork.store
|
url: lcn-console.laconic.com
|
||||||
upstream: http://localhost:8080
|
upstream: http://localhost:8080
|
||||||
template: basic-proxy
|
template: basic-proxy
|
||||||
ssl: true
|
ssl: true
|
||||||
|
|
||||||
- name: tnt-daemon
|
- name: lcn-daemon
|
||||||
url: tnt-daemon.realitynetwork.store
|
url: lcn-daemon.laconic.com
|
||||||
upstream: http://localhost:9473
|
upstream: http://localhost:9473
|
||||||
configs:
|
configs:
|
||||||
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.realitynetwork.store permanent
|
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.laconic.com permanent
|
||||||
template: websocket-proxy
|
template: websocket-proxy
|
||||||
ssl: true
|
ssl: true
|
12
hosts
12
hosts
@ -1,12 +1,12 @@
|
|||||||
[all]
|
[all]
|
||||||
tnt-daemon ansible_host=159.203.31.82
|
lcn-daemon ansible_host=159.203.31.82
|
||||||
tnt-cad-cluster-control ansible_host=147.182.144.6
|
lcn-cad-cluster-control ansible_host=147.182.144.6
|
||||||
|
|
||||||
[so]
|
[so]
|
||||||
tnt-daemon
|
lcn-daemon
|
||||||
|
|
||||||
[tnt_cad]
|
[lcn_cad]
|
||||||
tnt-cad-cluster-control k8s_node_type=bootstrap k8s_pod_limit=1024 k8s_external_ip=147.182.144.6
|
lcn-cad-cluster-control k8s_node_type=bootstrap k8s_pod_limit=1024 k8s_external_ip=147.182.144.6
|
||||||
|
|
||||||
[k8s:children]
|
[k8s:children]
|
||||||
tnt_cad
|
lcn_cad
|
||||||
|
Loading…
Reference in New Issue
Block a user