initialize py-kms
This commit is contained in:
29
helm/values.yaml
Normal file
29
helm/values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: "ghcr.io/py-kms-organization/py-kms"
|
||||
tag: "python3"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
persistence:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 1Gi
|
||||
storageClass:
|
||||
|
||||
environment:
|
||||
PGID: 1000
|
||||
PUID: 1000
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "64Mi"
|
||||
limits:
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
uiPort: 80
|
||||
kmsPort: 1688
|
||||
Reference in New Issue
Block a user