init
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
* Необходимо 3 ноды (с докером) с белыми адресами и балансер.
|
||||
* Так же нужно подготовить субдомен для балансера и алиасы на него для
|
||||
* rke
|
||||
* argo
|
||||
* keygloack
|
||||
* id
|
||||
|
@@ -7,7 +7,7 @@ spec:
|
||||
# The ACME server URL
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: vasyakrg@gmail.com
|
||||
email: mail@gmail.com
|
||||
# Name of a secret used to store the ACME account private key from step 3
|
||||
privateKeySecretRef:
|
||||
name: orc-letsencrypt-private-key
|
||||
|
@@ -4,29 +4,29 @@ kubernetes_version: v1.23.14-rancher1-1
|
||||
ignore_docker_version: true
|
||||
|
||||
nodes:
|
||||
- address: 65.109.190.72
|
||||
- address:
|
||||
hostname_override: node1
|
||||
user: root
|
||||
labels:
|
||||
worker: yes
|
||||
ingress: yes
|
||||
location: nsk
|
||||
location: hel
|
||||
role: [controlplane, worker, etcd]
|
||||
- address: 65.109.190.74
|
||||
- address:
|
||||
hostname_override: node2
|
||||
user: root
|
||||
labels:
|
||||
worker: yes
|
||||
ingress: yes
|
||||
location: nsk
|
||||
location: hel
|
||||
role: [controlplane, worker, etcd]
|
||||
- address: 135.181.206.109
|
||||
- address:
|
||||
hostname_override: node3
|
||||
user: root
|
||||
labels:
|
||||
worker: yes
|
||||
ingress: yes
|
||||
location: nsk
|
||||
location: hel
|
||||
role: [controlplane, worker, etcd]
|
||||
|
||||
services:
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
authentication:
|
||||
strategy: x509
|
||||
sans:
|
||||
- "rke.xxx-net.ru"
|
||||
- "rke.rmnl.ru"
|
||||
|
||||
ingress:
|
||||
provider: nginx
|
||||
|
Reference in New Issue
Block a user