mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-21 04:20:23 +08:00
* try adding some custom tooling for the job * polish tooling * more polish * process stable * setup scripting for incubator * Process incubator * setup script for dev * remove dev placeholder app * remove .test beta folder * fix some of the workflows and tooling * fix a testing bug * update doc generation to not create app-readme.md * remove an unneeded file * support multiple charts * adapt docs * adapt branch in docs
22 lines
312 B
YAML
22 lines
312 B
YAML
# Default values for KMS.
|
|
|
|
image:
|
|
repository: pykmsorg/py-kms
|
|
pullPolicy: IfNotPresent
|
|
tag: minimal
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# Configure the Security Context for the Pod
|
|
podSecurityContext:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 0
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 1688
|