Remove POD_ADDRESS_RANGE

This commit is contained in:
Vincent Kling
2022-09-01 15:08:26 +02:00
parent 56d0e795eb
commit bab3f0f5a4
7 changed files with 19 additions and 21 deletions

View File

@@ -87,8 +87,7 @@ DEFAULT_CONFIG = {
'HOST_REDIS': 'redis',
'HOST_FRONT': 'front',
'SUBNET': '192.168.203.0/24',
'SUBNET6': None,
'POD_ADDRESS_RANGE': None
'SUBNET6': None
}
class ConfigManager: