-
Notifications
You must be signed in to change notification settings - Fork 3
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
🇰Add keel.sh #91
Conversation
There was a problem hiding this 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.
--- | ||
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
Auto update mechanism to refresh containers for sparkhacks