parent
535e0e50ed
commit
4ed3689cc3
@ -0,0 +1,52 @@ |
|||||||
|
#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-beaver1.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"] |
||||||
Loading…
Reference in new issue