@@ -469,19 +469,12 @@ Apply the ClusterIssuer:
469
469
kubectl apply -f cluster-issuer.yaml
470
470
```
471
471
472
- ### Step 3 : Create a Wildcard Certificate for OpenCloud Domains
472
+ ### Step 4 : Create a Wildcard Certificate for OpenCloud Domains
473
473
474
474
Create a wildcard certificate for all OpenCloud subdomains:
475
475
476
476
``` yaml
477
- # cluster-issuer.yaml
478
- apiVersion : cert-manager.io/v1
479
- kind : ClusterIssuer
480
- metadata :
481
- name : selfsigned-issuer
482
- spec :
483
- selfSigned : {}
484
- ---
477
+ # certificate.yaml
485
478
apiVersion : cert-manager.io/v1
486
479
kind : Certificate
487
480
metadata :
@@ -500,10 +493,10 @@ spec:
500
493
Apply the certificate:
501
494
502
495
` ` ` bash
503
- kubectl apply -f cluster-issuer .yaml
496
+ kubectl apply -f certificate .yaml
504
497
```
505
498
506
- ### Step 4 : Create the Gateway
499
+ ### Step 5 : Create the Gateway
507
500
508
501
Create a Gateway resource to expose your services:
509
502
@@ -621,7 +614,7 @@ Apply the Gateway:
621
614
kubectl apply -f gateway.yaml
622
615
```
623
616
624
- ### Step 5 : Configure DNS
617
+ ### Step 6 : Configure DNS
625
618
626
619
Configure your DNS to point to the Gateway IP address. You can use a wildcard DNS record or individual records for each service:
627
620
@@ -641,7 +634,7 @@ Alternatively, for local testing, you can add entries to your `/etc/hosts` file:
641
634
192.168.178.77 wopiserver.opencloud.test
642
635
```
643
636
644
- ### Step 6 : Install OpenCloud
637
+ ### Step 7 : Install OpenCloud
645
638
646
639
Finally, install OpenCloud using Helm:
647
640
0 commit comments