github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/operator.openshift.io/IngressController/testdata/healthy.yaml (about)

     1  ---
     2  apiVersion: operator.openshift.io/v1
     3  kind: IngressController
     4  metadata:
     5    name: apps-shard-2
     6    namespace: openshift-ingress-operator
     7  spec:
     8    domain: openshift-apps-shard-2.example.com
     9    endpointPublishingStrategy:
    10      hostNetwork:
    11        httpPort: 80
    12        httpsPort: 443
    13        statsPort: 1936
    14      type: HostNetwork
    15    nodePlacement:
    16      nodeSelector:
    17        matchLabels:
    18          node-role.kubernetes.io/worker: ""
    19    replicas: 1
    20  status:
    21    availableReplicas: 1
    22    conditions:
    23    - lastTransitionTime: "2023-01-28T09:34:36Z"
    24      reason: Valid
    25      status: "True"
    26      type: Admitted
    27    - lastTransitionTime: "2023-01-28T09:43:42Z"
    28      status: "True"
    29      type: PodsScheduled
    30    - lastTransitionTime: "2023-01-28T09:34:36Z"
    31      message: The deployment has Available status condition set to True
    32      reason: DeploymentAvailable
    33      status: "True"
    34      type: DeploymentAvailable
    35    - lastTransitionTime: "2023-01-28T09:34:36Z"
    36      message: Minimum replicas requirement is met
    37      reason: DeploymentMinimumReplicasMet
    38      status: "True"
    39      type: DeploymentReplicasMinAvailable
    40    - lastTransitionTime: "2023-01-28T09:44:36Z"
    41      message: All replicas are available
    42      reason: DeploymentReplicasAvailable
    43      status: "True"
    44      type: DeploymentReplicasAllAvailable
    45    - lastTransitionTime: "2023-01-28T09:34:36Z"
    46      message: The configured endpoint publishing strategy does not include a managed
    47        load balancer
    48      reason: EndpointPublishingStrategyExcludesManagedLoadBalancer
    49      status: "False"
    50      type: LoadBalancerManaged
    51    - lastTransitionTime: "2023-01-28T09:34:36Z"
    52      message: No DNS zones are defined in the cluster dns config.
    53      reason: NoDNSZones
    54      status: "False"
    55      type: DNSManaged
    56    - lastTransitionTime: "2023-01-28T09:34:36Z"
    57      status: "True"
    58      type: Available
    59    - lastTransitionTime: "2023-01-28T09:34:36Z"
    60      status: "False"
    61      type: Progressing
    62    - lastTransitionTime: "2023-01-28T09:34:36Z"
    63      status: "False"
    64      type: Degraded
    65    - lastTransitionTime: "2023-01-28T09:34:36Z"
    66      message: IngressController is upgradeable.
    67      reason: Upgradeable
    68      status: "True"
    69      type: Upgradeable
    70    domain: openshift-apps-shard-2.example.com
    71    endpointPublishingStrategy:
    72      hostNetwork:
    73        httpPort: 80
    74        httpsPort: 443
    75        protocol: TCP
    76        statsPort: 1936
    77      type: HostNetwork
    78    observedGeneration: 5
    79    selector: ingresscontroller.operator.openshift.io/deployment-ingresscontroller=apps-shard-2
    80    tlsProfile:
    81      ciphers:
    82      - ECDHE-ECDSA-AES128-GCM-SHA256
    83      - ECDHE-RSA-AES128-GCM-SHA256
    84      - ECDHE-ECDSA-AES256-GCM-SHA384
    85      - ECDHE-RSA-AES256-GCM-SHA384
    86      - ECDHE-ECDSA-CHACHA20-POLY1305
    87      - ECDHE-RSA-CHACHA20-POLY1305
    88      - DHE-RSA-AES128-GCM-SHA256
    89      - DHE-RSA-AES256-GCM-SHA384
    90      - TLS_AES_128_GCM_SHA256
    91      - TLS_AES_256_GCM_SHA384
    92      - TLS_CHACHA20_POLY1305_SHA256
    93      minTLSVersion: VersionTLS12