Made installation more configurable and removed clutter
This commit is contained in:
@@ -14,20 +14,5 @@ machine:
|
||||
gateway: ${network_gateway}
|
||||
vip:
|
||||
ip: ${vip_shared_ip}
|
||||
registries:
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/docker-hub-cache
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/github-cache
|
||||
overridePath: true
|
||||
config:
|
||||
harbor.lan:
|
||||
tls:
|
||||
ca: |
|
||||
${indent(16, container_registry_cache_ca)}
|
||||
cluster:
|
||||
allowSchedulingOnControlPlanes: false
|
||||
@@ -11,19 +11,4 @@ machine:
|
||||
- ${ip_address}
|
||||
routes:
|
||||
- network: ${network}
|
||||
gateway: ${network_gateway}
|
||||
registries:
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/docker-hub-cache
|
||||
overridePath: true
|
||||
ghcr.io:
|
||||
endpoints:
|
||||
- https://harbor.lan/v2/github-cache
|
||||
overridePath: true
|
||||
config:
|
||||
harbor.lan:
|
||||
tls:
|
||||
ca: |
|
||||
${indent(16, container_registry_cache_ca)}
|
||||
gateway: ${network_gateway}
|
||||
Reference in New Issue
Block a user