Skip to content

Commit

Permalink
giving coder ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 17, 2024
1 parent 72cde71 commit eff6f94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/apps/homepage-dashboard/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ data:
description: Easy-to-use distributed block storage
target: _blank
- Code Server:
icon: code.png
href: http://192.168.5.61
description: VSC in the browser
target: _blank
- Cloudflare:
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/svg/cloudflare.svg
href: https://dash.cloudflare.com/5a2fb936e1a58d410c2a9ab8cf7e5ec3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,21 @@ spec:
valueObject:
coder:
env:
- name: CODER_ACCESS_URL
value: http://coder.pnfb.home

- name: CODER_PG_CONNECTION_URL
valueFrom:
secretKeyRef:
name: coder-db-url
key: url

ingress:
enabled: true
host: coder.pnfb.home
tls:
enabled: false

destination:
server: "https://kubernetes.default.svc"
namespace: coder
Expand Down

0 comments on commit eff6f94

Please sign in to comment.