mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
remove ipfamily config migrate jinja in 2.9 and 2.10 (#19949)
remove ipfamily config migrate in 2.9 and 2.10 Signed-off-by: yminer <yminer@vmware.com>
This commit is contained in:
parent
f910c5654b
commit
84b31aaf7f
@ -33,28 +33,6 @@ https:
|
||||
# private_key: /your/private/key/path
|
||||
{% endif %}
|
||||
|
||||
{% if ip_family is defined %}
|
||||
# # Harbor will set ipv4 enabled only by defualt if this block is not configured
|
||||
# # Otherwise, please uncomment this block to configure your own ip_family stacks
|
||||
ip_family:
|
||||
# ipv6Enabled set to true if ipv6 is enabled in docker network, currently it affected the nginx related component
|
||||
ipv6:
|
||||
enabled: {{ ip_family.ipv6.enabled | lower }}
|
||||
# ipv4Enabled set to true by default, currently it affected the nginx related component
|
||||
ipv4:
|
||||
enabled: {{ ip_family.ipv4.enabled | lower }}
|
||||
{% else %}
|
||||
# # Harbor will set ipv4 enabled only by defualt if this block is not configured
|
||||
# # Otherwise, please uncomment this block to configure your own ip_family stacks
|
||||
ip_family:
|
||||
# ipv6Enabled set to true if ipv6 is enabled in docker network, currently it affected the nginx related component
|
||||
ipv6:
|
||||
enabled: false
|
||||
# ipv4Enabled set to true by default, currently it affected the nginx related component
|
||||
ipv4:
|
||||
enabled: true
|
||||
{% endif %}
|
||||
|
||||
{% if internal_tls is defined %}
|
||||
# Uncomment following will enable tls communication between all harbor components
|
||||
internal_tls:
|
||||
|
@ -33,28 +33,6 @@ https:
|
||||
# private_key: /your/private/key/path
|
||||
{% endif %}
|
||||
|
||||
{% if ip_family is defined %}
|
||||
# # Harbor will set ipv4 enabled only by defualt if this block is not configured
|
||||
# # Otherwise, please uncomment this block to configure your own ip_family stacks
|
||||
ip_family:
|
||||
# ipv6Enabled set to true if ipv6 is enabled in docker network, currently it affected the nginx related component
|
||||
ipv6:
|
||||
enabled: {{ ip_family.ipv6.enabled | lower }}
|
||||
# ipv4Enabled set to true by default, currently it affected the nginx related component
|
||||
ipv4:
|
||||
enabled: {{ ip_family.ipv4.enabled | lower }}
|
||||
{% else %}
|
||||
# # Harbor will set ipv4 enabled only by defualt if this block is not configured
|
||||
# # Otherwise, please uncomment this block to configure your own ip_family stacks
|
||||
ip_family:
|
||||
# ipv6Enabled set to true if ipv6 is enabled in docker network, currently it affected the nginx related component
|
||||
ipv6:
|
||||
enabled: false
|
||||
# ipv4Enabled set to true by default, currently it affected the nginx related component
|
||||
ipv4:
|
||||
enabled: true
|
||||
{% endif %}
|
||||
|
||||
{% if internal_tls is defined %}
|
||||
# Uncomment following will enable tls communication between all harbor components
|
||||
internal_tls:
|
||||
|
Loading…
Reference in New Issue
Block a user