mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-12 00:15:51 +08:00
Migrated to use "::" by default for #71
This commit is contained in:
@@ -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` | |
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user