Last active
March 11, 2021 20:52
-
-
Save rjhowe/a1fbb0af52b20b6c91e5d65d4ab56cae to your computer and use it in GitHub Desktop.
default-router.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: operator.openshift.io/v1 | |
kind: IngressController | |
metadata: | |
name: default | |
namespace: openshift-ingress-operator | |
spec: | |
replicas: 3 | |
endpointPublishingStrategy: | |
type: HostNetwork | |
nodePlacement: | |
nodeSelector: | |
matchLabels: | |
router: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment