feat: adding to service instead
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
63e7ef1c63
commit
b016bfcc5d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user