Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Deploy project #69

Closed
eddiejaoude opened this issue Sep 11, 2021 · 5 comments
Closed

Deploy project #69

eddiejaoude opened this issue Sep 11, 2021 · 5 comments

Comments

@eddiejaoude
Copy link
Member

eddiejaoude commented Sep 11, 2021

Update: ingress config is not loading, there is no service running, could this be the issue?

Deployed to Kubernetes

Screenshot 2021-09-11 at 08 49 10

DNS looks ok

works: api.eddiehub.org

dig api.eddiehub.org

; <<>> DiG 9.10.6 <<>> api.eddiehub.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24845
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;api.eddiehub.org.		IN	A

;; ANSWER SECTION:
api.eddiehub.org.	2563	IN	A	67.207.70.148

;; Query time: 67 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Sat Sep 11 08:52:35 BST 2021
;; MSG SIZE  rcvd: 50

fails: linkfree.eddiehub.org

dig linkfree.eddiehub.org

; <<>> DiG 9.10.6 <<>> linkfree.eddiehub.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8309
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;linkfree.eddiehub.org.		IN	A

;; ANSWER SECTION:
linkfree.eddiehub.org.	472	IN	A	67.207.70.148

;; Query time: 61 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Sat Sep 11 08:52:46 BST 2021
;; MSG SIZE  rcvd: 55

Kubernetes config

API (works) https://github.com/EddieHubCommunity/api/tree/main/kubernetes
LinkFree (fails) https://github.com/EddieHubCommunity/LinkFree/tree/main/kubernetes

@FayasNoushad
Copy link
Contributor

Temporarily Deployed for you :- https://eddie-hub-community-link-free.vercel.app/

@FayasNoushad
Copy link
Contributor

FayasNoushad commented Sep 11, 2021

@eddiejaoude
Copy link
Member Author

Thank you 🤓

@FayasNoushad
Copy link
Contributor

Thank you

You can user vercel or netlify ( free servers ) and no more problems for deploying.

@eddiejaoude
Copy link
Member Author

Fixed, we are now deploying to our Kubernetes cluster 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants