Skip to content

Commit

Permalink
Set up wildcard TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Feb 29, 2024
1 parent 42b547d commit 6a191f2
Show file tree
Hide file tree
Showing 4 changed files with 5,666 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ kubectl create secret generic wikijs --from-literal=password=$(openssl rand -bas
kubectl create secret generic keycloak-db --from-literal=password=$(openssl rand -base64 24)

# Also create a Keycloak client called "k8s-csi-driver" to be used by the CSI driver: kubectl create secret generic keycloak-csi-driver-creds --from-literal=password=$CLIENT_SECRET

# Get a service principal to access Azure like: kubectl create secret generic azure-sp --from-literal=clientID=846d6a2c-6fa0-48f5-b810-f997cf8d8e50 --from-literal=secret=SECRET
```
2 changes: 2 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ images:

resources:
- manifests/access-controller-controller.yaml
- manifests/cert-manager.ext.yaml
- manifests/cert-manager.yaml
- manifests/docuseal.yaml
- manifests/frigate.yaml
- manifests/gliderbot.yaml
Expand Down
Loading

0 comments on commit 6a191f2

Please sign in to comment.