We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d53eb6f + a661f03 commit 76525d5Copy full SHA for 76525d5
modules/nw-ingress-creating-a-route-via-an-ingress.adoc
@@ -103,9 +103,9 @@ metadata:
103
uid: 4e6c59cc-704d-4f44-b390-617d879033b6
104
spec:
105
host: www.example.com
106
- to:
107
- kind: Service
108
- name: frontend
+ path: /
+ port:
+ targetPort: https
109
tls:
110
certificate: |
111
-----BEGIN CERTIFICATE-----
@@ -117,4 +117,7 @@ spec:
117
[...]
118
-----END RSA PRIVATE KEY-----
119
termination: reencrypt
120
+ to:
121
+ kind: Service
122
+ name: frontend
123
----
0 commit comments