You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
972 B
52 lines
972 B
#version: cloudbeaver, 1.1.4
|
|
image:
|
|
registry: docker.io
|
|
repository: dbeaver/cloudbeaver
|
|
tag: "26.0.1"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
ports:
|
|
http: 8978
|
|
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: "kong"
|
|
hostname: "demo01-beaver.gke.paasup.io"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: root-ca-issuer
|
|
cert-manager.io/duration: 8760h
|
|
cert-manager.io/renew-before: 720h
|
|
konghq.com/protocols: https
|
|
konghq.com/https-redirect-status-code: "301"
|
|
tls: true
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: ""
|
|
mountPath: /opt/cloudbeaver/workspace
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
size: 5Gi
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
limits:
|
|
cpu: 750m
|
|
memory: 768Mi
|
|
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 8978
|
|
|
|
containerSecurityContext:
|
|
enabled: true
|
|
runAsUser: 8978
|
|
runAsGroup: 8978
|
|
runAsNonRoot: true
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop: ["ALL"]
|
|
|