# Default values for container-mom replicaCount: 1 image: repository: ghcr.io/pfeifferj/container-mom pullPolicy: IfNotPresent tag: "latest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: create: true annotations: {} name: "" podAnnotations: {} podSecurityContext: {} securityContext: capabilities: drop: - ALL readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000 resources: limits: cpu: 500m memory: 512Mi requests: cpu: 100m memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} # Billing configuration billing: stripe: # Base64 encoded secrets secretKey: "" publishableKey: "" webhookSecret: "" prices: deploymentBase: "" cpuHour: "" memoryGbHour: "" storageGbHour: "" promos: startup: "" growth: "" # Domain configuration domain: base: container.mom useWildcard: true # cert-manager configuration cert-manager: enabled: true installCRDs: true