Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🇰Add keel.sh #91

Merged
merged 13 commits into from
Jan 27, 2024
Merged

🇰Add keel.sh #91

merged 13 commits into from
Jan 27, 2024

Conversation

SohamG
Copy link
Contributor

@SohamG SohamG commented Jan 18, 2024

Auto update mechanism to refresh containers for sparkhacks

@SohamG SohamG enabled auto-merge (squash) January 27, 2024 00:15
Copy link
Contributor

@clee231 clee231 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should change things... but perhaps later.

Comment on lines +31 to +70
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: keelsh
namespace: keelsh
annotations:
external-dns.alpha.kubernetes.io/target: app.acmuic.org
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: "Host(`keel.acmuic.org`) || Host(`www.keel.acmuic.org`)"
services:
- kind: Service
name: keel
namespace: keelsh
passHostHeader: true
port: keel
responseForwarding:
flushInterval: 1ms
scheme: http
strategy: RoundRobin
weight: 10
tls:
secretName: keel-tls
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: keel-tls
namespace: keelsh
spec:
dnsNames:
- keel.acmuic.org
secretName: keel-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should put this in a separate keel stack folder.

@@ -4,6 +4,9 @@ kind: Deployment
metadata:
name: sparkhacks-2024
namespace: sparkhacks
annotations:
keel.sh/policy: force
keel.sh/trigger: poll
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔

@SohamG SohamG merged commit 809be96 into main Jan 27, 2024
1 check failed
@SohamG SohamG deleted the keelsh branch January 27, 2024 00:18
@SohamG SohamG restored the keelsh branch January 27, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants