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.
1 parent b27cbfd commit a5f1c63Copy full SHA for a5f1c63
apps/votong-ces2024/domain-mapping.yaml
@@ -1,10 +1,21 @@
1
apiVersion: serving.knative.dev/v1beta1
2
kind: DomainMapping
3
metadata:
4
- name: ces2024.votong.ro
+ name: votong.ro
5
namespace: votong-ces2024
6
spec:
7
ref:
8
name: votong-ces2024
9
kind: Service
10
apiVersion: serving.knative.dev/v1
11
+---
12
+apiVersion: serving.knative.dev/v1beta1
13
+kind: DomainMapping
14
+metadata:
15
+ name: www.votong.ro
16
+ namespace: nginx-www-redirect
17
+spec:
18
+ ref:
19
+ name: nginx-www-redirect
20
+ kind: Service
21
+ apiVersion: v1
0 commit comments