# Default values for botWebWars. replicaCount: 1 image: repository: botWebWars pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" # Kubeconfig configuration & secret mounting kubeconfig: # The app uses its own game API and does not need a kubeconfig by default. enabled: false # Name of existing secret containing kubeconfig. # If empty and createSecret is true, defaults to "-kubeconfig" secretName: "" # Set to true to create a Secret resource from 'content' createSecret: false # Content of the kubeconfig file when createSecret is true content: "" # Key name inside the secret containing kubeconfig data secretKey: "config" # Path inside container where kubeconfig is mounted mountPath: "/root/.kube/config" rbac: create: false serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" podAnnotations: {} podSecurityContext: {} securityContext: {} service: type: ClusterIP port: 80 targetPort: 8000 annotations: {} ingress: enabled: false className: "" annotations: {} hosts: - host: botwebwars.local paths: - path: / pathType: Prefix tls: [] resources: limits: cpu: 500m memory: 512Mi requests: cpu: 250m memory: 256Mi persistence: enabled: false size: 1Gi accessMode: ReadWriteOnce storageClassName: "" nodeSelector: {} tolerations: [] affinity: {}