You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You can use a single certificate for the both the access URL and wildcard
86
-
> access URL. The certificate CN must match the wildcard domain, such as
87
-
> `*.example.coder.com`.
85
+
You can use a single certificate for the both the access URL and wildcard access URL. The certificate CN must match the wildcard domain, such as `*.example.coder.com`.
88
86
89
87
1. Reference the TLS secret in your Coder Helm chart values
90
88
91
-
```yaml
92
-
coder:
93
-
tls:
94
-
secretName:
95
-
- coder-tls
96
-
97
-
# Alternatively, if you use an Ingress controller to terminate TLS,
98
-
# set the following values:
99
-
ingress:
100
-
enable: true
101
-
secretName: coder-tls
102
-
wildcardSecretName: coder-tls
103
-
```
89
+
```yaml
90
+
coder:
91
+
tls:
92
+
secretName:
93
+
- coder-tls
94
+
95
+
# Alternatively, if you use an Ingress controller to terminate TLS,
96
+
# set the following values:
97
+
ingress:
98
+
enable: true
99
+
secretName: coder-tls
100
+
wildcardSecretName: coder-tls
101
+
```
104
102
105
103
## PostgreSQL Database
106
104
@@ -115,7 +113,7 @@ If you are using the built-in PostgreSQL deployment and need to use `psql` (aka
115
113
the PostgreSQL interactive terminal), output the connection URL with the
0 commit comments