feat: adding to service instead
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-05-29 22:45:17 +02:00
parent 63e7ef1c63
commit b016bfcc5d
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@ -1136,7 +1136,7 @@ dependencies = [
[[package]]
name = "cuddle-clusters"
version = "0.1.0"
source = "git+https://git.front.kjuulh.io/kjuulh/cuddle-clusters?branch=main#36aea1c05cc79209da0dcaf8befb57baa124dab9"
source = "git+https://git.front.kjuulh.io/kjuulh/cuddle-clusters?branch=main#dfc4a4d0b606d6468d6684e483dbff2bbf285a6d"
dependencies = [
"anyhow",
"clap",

View File

@ -7,6 +7,8 @@ kind: Service
metadata:
name: "{{ service_name }}"
namespace: {{ cluster_namespace }}
annotations:
traefik.ingress.kubernetes.io/service.serversscheme: h2c
spec:
selector:
app: {{ service_name }}