controller 0.10.6

Tembo Operator for Postgres
Documentation
image:
  # This should exactly match the CRD version until
  # Traefik v3 is released, because CRD is subject
  # to breaking changes until it's released.
  tag: v3.0.0-beta2
logs:
  general:
    level: DEBUG
  access:
    enabled: true
service:
  type: NodePort
additionalArguments:
  - "--entryPoints.postgresql.address=:5432/tcp"
  - "--providers.kubernetesCRD.allowEmptyServices=true"
  - "--api=true"
  - "--api.insecure=true"
  - "--api.debug=true"
ports:
  postgresql:
    expose: true
    port: 5432
    exposedPort: 5432
    nodePort: 32432
    protocol: TCP
  # web:
  #   expose: true
  #   port: 8080
  #   exposedPort: 8080
  #   nodePort: 32430
  #   protocol: TCP
  websecure:
    expose: true
    port: 8443
    exposedPort: 8443
    nodePort: 32443
    protocol: TCP
  traefik:
    expose: true
    port: 9000
    exposedPort: 9000
    nodePort: 32431
    protocol: TCP
deployment:
  replicas: 1
resources:
  requests:
    cpu: "200m"
    memory: "100Mi"
  limits:
    cpu: "400m"
    memory: "300Mi"