Skip to content

Commit

Permalink
Merge pull request #8 from EnterpriseDB/cnpg-cnpg-directory
Browse files Browse the repository at this point in the history
chore: rename directory to match new terminology
  • Loading branch information
trinchan authored Jul 25, 2023
2 parents b10cec8 + 05def08 commit 5aefd27
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions chart/edb-cnpg-gke-autopilot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
engine: gotpl
name: edb-cnpg-gke-autopilot
version: 1.0.0
69 changes: 69 additions & 0 deletions chart/edb-cnpg-gke-autopilot/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
cloudnative-pg:
podLabels:
app: edb-cnpg-gke-autopilot
serviceAccount:
create: false
rbac:
create: false
webhook:
livenessProbe:
initialDelaySeconds: 30
readinessProbe:
initialDelaySeconds: 30
metering:
image:
image: "metering_image_repo:latest"
pullPolicy: IfNotPresent
reporting:
metricName: "edb_usage_2"
serviceName: "edb-postgresql.endpoints.public-edb-ppas.cloud.goog"
scheme: "http"
host: "localhost"
port: "4567"
path: "/report"
status: "/status"
interval: "1m"
unit: "1h"
type: "double"
stateConfigMapName: "metering-state"
ubbImage:
image: "gcr.io/cloud-marketplace-tools/metering/ubbagent:latest"
pullPolicy: IfNotPresent
reportingSecret: ""
labels:
app: edb-cnpg-gke-autopilot-metering
secretName: ""
serviceAccountName: ""
podSecurityContext:
runAsNonRoot: false
seccompProfile:
type: RuntimeDefault
http:
port: 5678
readinessProbe:
path: /readyz
initialDelaySeconds: 15
livenessProbe:
path: /healthz
initialDelaySeconds: 15
service:
type: ClusterIP
port: 443
resources: { }
# If you want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
#
# limits:
# cpu: 100m
# memory: 200Mi
# requests:
# cpu: 100m
# memory: 100Mi
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
runAsUser: 10001
runAsGroup: 10001
capabilities:
drop:
- "ALL"

0 comments on commit 5aefd27

Please sign in to comment.