Newer
Older
volumes:
- name: picodata
accessModes:
- ReadWriteOnce
mountPath: /var/lib/picodata
ports:
- name: binary
protocol: TCP
port: 3301
targetPort: 3301
- name: http
protocol: TCP
port: 8081
targetPort: 8081
- name: psql
protocol: TCP
port: 5432
targetPort: 5432
tiers:
- tierName: default
replicationFactor: 1
replicas: 2
canVote: true
diskSize: 1Gi
vinyl:
memory: 64M
cache: 32M
pg:
ssl: false
log:
destination: null
format: plain
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
env:
- name: PICODATA_LOG_LEVEL
value: info
affinity: {}
ingress:
enabled: false
className: 'nginx'
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- host: picodata.local
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: picodata-local-tls
hosts:
- picodata.local
podAnnotations: {}
podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
securityContext:
fsGroup: 1000
serviceAccount:
create: true
annotations: {}