UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
values.yaml 509 B
Newer Older
deployment:
  spec:
    # -- replica count
    replicas: 2
    template:
      spec:
        containers:
          image:
            name: virt-operator
            registry: registry.dso.mil/platform-one/big-bang/apps/third-party/kubevirt
          command:
            port: 8443
            verbosity: 2
          ports:
            metricsPort: 8443
            webhooksPort: 8444
          resources:
            requests:
              cpu: 10m
              memory: 150Mi