this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Oooh

+8 -3
+8 -3
k8s/nebula/apps/dev/coder/app/hr.yaml
··· 46 46 # App 47 47 - name: CODER_ACCESS_URL 48 48 value: https://coder.skylab.fi 49 + - name: CODER_WILDCARD_ACCESS_URL 50 + value: https://*.coder.skylab.fi 49 51 # OIDC 50 52 - name: CODER_OIDC_SIGN_IN_TEXT 51 53 value: "Sign in with Skylab SSO" ··· 69 71 secretKeyRef: 70 72 name: coder-secret 71 73 key: CODER_OIDC_CLIENT_SECRET 72 - - name: CODER_BLOCK_DIRECT 73 - value: enabled 74 74 ingress: 75 75 enable: true 76 76 className: external-nginx 77 77 annotations: 78 78 external-dns.alpha.kubernetes.io/target: ingress.skylab.fi 79 - host: "coder.skylab.fi" 79 + host: "coder.skylab.fi" 80 + wildcardHost: "*.coder.skylab.fi" 81 + tls: 82 + enabled: true 83 + secretName: "coder-tls" 84 + wildcardSecretName: "coder-wild-tls"