mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
93 lines
2.8 KiB
YAML
93 lines
2.8 KiB
YAML
---
|
|
apiVersion: operator.openshift.io/v1
|
|
kind: IngressController
|
|
metadata:
|
|
name: apps-shard-2
|
|
namespace: openshift-ingress-operator
|
|
spec:
|
|
domain: openshift-apps-shard-2.example.com
|
|
endpointPublishingStrategy:
|
|
hostNetwork:
|
|
httpPort: 80
|
|
httpsPort: 443
|
|
statsPort: 1936
|
|
type: HostNetwork
|
|
nodePlacement:
|
|
nodeSelector:
|
|
matchLabels:
|
|
node-role.kubernetes.io/worker: ""
|
|
replicas: 1
|
|
status:
|
|
availableReplicas: 1
|
|
conditions:
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
reason: Valid
|
|
status: "True"
|
|
type: Admitted
|
|
- lastTransitionTime: "2023-01-28T09:43:42Z"
|
|
status: "True"
|
|
type: PodsScheduled
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
message: The deployment has Available status condition set to True
|
|
reason: DeploymentAvailable
|
|
status: "True"
|
|
type: DeploymentAvailable
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
message: Minimum replicas requirement is met
|
|
reason: DeploymentMinimumReplicasMet
|
|
status: "True"
|
|
type: DeploymentReplicasMinAvailable
|
|
- lastTransitionTime: "2023-01-28T09:44:36Z"
|
|
message: All replicas are available
|
|
reason: DeploymentReplicasAvailable
|
|
status: "True"
|
|
type: DeploymentReplicasAllAvailable
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
message: The configured endpoint publishing strategy does not include a managed
|
|
load balancer
|
|
reason: EndpointPublishingStrategyExcludesManagedLoadBalancer
|
|
status: "False"
|
|
type: LoadBalancerManaged
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
message: No DNS zones are defined in the cluster dns config.
|
|
reason: NoDNSZones
|
|
status: "False"
|
|
type: DNSManaged
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
status: "True"
|
|
type: Available
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
status: "False"
|
|
type: Progressing
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
status: "False"
|
|
type: Degraded
|
|
- lastTransitionTime: "2023-01-28T09:34:36Z"
|
|
message: IngressController is upgradeable.
|
|
reason: Upgradeable
|
|
status: "True"
|
|
type: Upgradeable
|
|
domain: openshift-apps-shard-2.example.com
|
|
endpointPublishingStrategy:
|
|
hostNetwork:
|
|
httpPort: 80
|
|
httpsPort: 443
|
|
protocol: TCP
|
|
statsPort: 1936
|
|
type: HostNetwork
|
|
observedGeneration: 5
|
|
selector: ingresscontroller.operator.openshift.io/deployment-ingresscontroller=apps-shard-2
|
|
tlsProfile:
|
|
ciphers:
|
|
- ECDHE-ECDSA-AES128-GCM-SHA256
|
|
- ECDHE-RSA-AES128-GCM-SHA256
|
|
- ECDHE-ECDSA-AES256-GCM-SHA384
|
|
- ECDHE-RSA-AES256-GCM-SHA384
|
|
- ECDHE-ECDSA-CHACHA20-POLY1305
|
|
- ECDHE-RSA-CHACHA20-POLY1305
|
|
- DHE-RSA-AES128-GCM-SHA256
|
|
- DHE-RSA-AES256-GCM-SHA384
|
|
- TLS_AES_128_GCM_SHA256
|
|
- TLS_AES_256_GCM_SHA384
|
|
- TLS_CHACHA20_POLY1305_SHA256
|
|
minTLSVersion: VersionTLS12
|