mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2026-04-06 23:03:44 +00:00
Migrated to use "::" by default for #71
This commit is contained in:
parent
e8c2fb7e50
commit
d8c1d75be1
10 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue