Migrated to use "::" by default for #71

This commit is contained in:
simonmicro
2022-12-07 11:42:05 +01:00
parent e8c2fb7e50
commit d8c1d75be1
10 changed files with 21 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ For more information please refer to the Helm Install command documentation loca
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| py-kms.environment.HWID | string | `"RANDOM"` | |
| py-kms.environment.IP | string | `"0.0.0.0"` | |
| py-kms.environment.IP | string | `"::"` | |
| py-kms.environment.LOGLEVEL | string | `"INFO"` | |
| py-kms.environment.LOGSIZE | int | `2` | |
| py-kms.environment.SQLITE | bool | `true` | |

View File

@@ -21,7 +21,7 @@ py-kms:
LOGFILE: /var/log/py-kms.log
HWID: RANDOM
SQLITE: true
IP: 0.0.0.0
IP: '::'
serviceAccount: {}
# # Specifies whether a service account should be created